Files
plexjava/docs/models/operations/GetMetadataMedia.md
2024-03-18 14:18:45 -07:00

110 KiB
Raw Blame History

GetMetadataMedia

Fields

Field Type Required Description Example
id Optional<? extends Integer> N/A 15
duration Optional<? extends Integer> N/A 141417
bitrate Optional<? extends Integer> N/A 2278
width Optional<? extends Integer> N/A 1920
height Optional<? extends Integer> N/A 814
aspectRatio Optional<? extends Double> N/A 2.35
audioChannels Optional<? extends Integer> N/A 2
audioCodec Optional<? extends String> N/A aac
videoCodec Optional<? extends String> N/A h264
videoResolution Optional<? extends String> N/A 1080
container Optional<? extends String> N/A mp4
videoFrameRate Optional<? extends String> N/A 24p
optimizedForStreaming Optional<? extends Integer> N/A 0
audioProfile Optional<? extends String> N/A lc
has64bitOffsets Optional<? extends Boolean> N/A false
videoProfile Optional<? extends String> N/A high
part List<lukehagar.plexapi.plexapi.models.operations.GetMetadataPart> N/A [
{
"id": 15,
"key": "/library/parts/15/1705637151/file.mp4",
"duration": 141417,
"file": "/movies/Serenity (2005)/Serenity (2005).mp4",
"size": 40271948,
"audioProfile": "lc",
"container": "mp4",
"has64bitOffsets": false,
"optimizedForStreaming": false,
"videoProfile": "high",
"Stream": [
{
"id": 30,
"streamType": 1,
"default": true,
"codec": "h264",
"index": 1,
"bitrate": 2160,
"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": "high",
"refFrames": 4,
"scanType": "progressive",
"streamIdentifier": "2",
"width": 1920,
"displayTitle": "1080p (H.264)",
"extendedDisplayTitle": "1080p (H.264)"
},
{
"id": 29,
"streamType": 2,
"selected": true,
"default": true,
"codec": "aac",
"index": 0,
"channels": 2,
"bitrate": 128,
"language": "English",
"languageTag": "en",
"languageCode": "eng",
"profile": "lc",
"samplingRate": 44100,
"streamIdentifier": "1",
"displayTitle": "English (AAC Stereo)",
"extendedDisplayTitle": "English (AAC Stereo)"
}
]
}
]