mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-09 20:47:46 +00:00
24 lines
99 KiB
Markdown
24 lines
99 KiB
Markdown
# GetMetadataMedia
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
| `id` | *?int* | :heavy_minus_sign: | N/A | 15 |
|
|
| `duration` | *?int* | :heavy_minus_sign: | N/A | 141417 |
|
|
| `bitrate` | *?int* | :heavy_minus_sign: | N/A | 2278 |
|
|
| `width` | *?int* | :heavy_minus_sign: | N/A | 1920 |
|
|
| `height` | *?int* | :heavy_minus_sign: | N/A | 814 |
|
|
| `aspectRatio` | *?float* | :heavy_minus_sign: | N/A | 2.35 |
|
|
| `audioChannels` | *?int* | :heavy_minus_sign: | N/A | 2 |
|
|
| `audioCodec` | *?string* | :heavy_minus_sign: | N/A | aac |
|
|
| `videoCodec` | *?string* | :heavy_minus_sign: | N/A | h264 |
|
|
| `videoResolution` | *?string* | :heavy_minus_sign: | N/A | 1080 |
|
|
| `container` | *?string* | :heavy_minus_sign: | N/A | mp4 |
|
|
| `videoFrameRate` | *?string* | :heavy_minus_sign: | N/A | 24p |
|
|
| `optimizedForStreaming` | *?int* | :heavy_minus_sign: | N/A | 0 |
|
|
| `audioProfile` | *?string* | :heavy_minus_sign: | N/A | lc |
|
|
| `has64bitOffsets` | *?bool* | :heavy_minus_sign: | N/A | false |
|
|
| `videoProfile` | *?string* | :heavy_minus_sign: | N/A | high |
|
|
| `part` | array<[\LukeHagar\Plex_API\Models\Operations\GetMetadataPart](../../Models/Operations/GetMetadataPart.md)> | :heavy_minus_sign: | N/A | [{"Stream":[{"bitDepth":8,"bitrate":2160,"chromaLocation":"left","chromaSubsampling":14520,"codec":"h264","codedHeight":816,"codedWidth":1920,"colorPrimaries":"bt709","colorRange":"tv","colorSpace":"bt709","colorTrc":"bt709","default":true,"displayTitle":"1080p (H.264)","extendedDisplayTitle":"1080p (H.264)","frameRate":24,"hasScalingMatrix":false,"height":814,"id":30,"index":1,"level":40,"profile":"high","refFrames":4,"scanType":"progressive","streamIdentifier":"2","streamType":1,"width":1920},{"bitrate":128,"channels":2,"codec":"aac","default":true,"displayTitle":"English (AAC Stereo)","extendedDisplayTitle":"English (AAC Stereo)","id":29,"index":0,"language":"English","languageCode":"eng","languageTag":"en","profile":"lc","samplingRate":44100,"selected":true,"streamIdentifier":"1","streamType":2}],"audioProfile":"lc","container":"mp4","duration":141417,"file":"/movies/Serenity (2005)/Serenity (2005).mp4","has64bitOffsets":false,"id":15,"key":"/library/parts/15/1705637151/file.mp4","optimizedForStreaming":false,"size":40271948,"videoProfile":"high"}] | |