mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
43 KiB
43 KiB
GetMetadataPart
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
Optional<? extends Integer> | ➖ | N/A | 15 |
key |
Optional<? extends String> | ➖ | N/A | /library/parts/15/1705637151/file.mp4 |
duration |
Optional<? extends Integer> | ➖ | N/A | 141417 |
file |
Optional<? extends String> | ➖ | N/A | /movies/Serenity (2005)/Serenity (2005).mp4 |
size |
Optional<? extends Integer> | ➖ | N/A | 40271948 |
audioProfile |
Optional<? extends String> | ➖ | N/A | lc |
container |
Optional<? extends String> | ➖ | N/A | mp4 |
has64bitOffsets |
Optional<? extends Boolean> | ➖ | N/A | false |
optimizedForStreaming |
Optional<? extends Boolean> | ➖ | N/A | false |
videoProfile |
Optional<? extends String> | ➖ | N/A | high |
stream |
List<lukehagar.plexapi.plexapi.models.operations.Stream> | ➖ | N/A | [ { "id": 29, "streamType": 2, "default": true, "codec": "aac", "index": 0, "bitrate": 128, "bitDepth": 8, "chromaLocation": "left", "chromaSubsampling": 14520, "codedHeight": 816, "codedWidth": 1920, "colorPrimaries": "bt709", "colorRange": "tv", "colorSpace": "bt709", "colorTrc": "bt709", "frameRate": 24, "hasScalingMatrix": false, "height": 814, "level": 40, "profile": "lc", "refFrames": 4, "scanType": "progressive", "streamIdentifier": "1", "width": 1920, "displayTitle": "English (AAC Stereo)", "extendedDisplayTitle": "English (AAC Stereo)", "selected": true, "channels": 2, "language": "English", "languageTag": "en", "languageCode": "eng", "samplingRate": 44100 } ] |