Files
plexjava/docs/models/operations/GetPlaylistContentsMedia.md

26 KiB
Raw Blame History

GetPlaylistContentsMedia

Fields

Field Type Required Description Example
id Integer N/A 15
duration Integer N/A 141416
bitrate Integer N/A 2273
width Integer N/A 1920
height Integer N/A 814
aspectRatio Double N/A 2.35
audioChannels Integer N/A 2
audioCodec String N/A aac
videoCodec String N/A h264
videoResolution String N/A 1080
container String N/A mp4
videoFrameRate String N/A 24p
optimizedForStreaming Integer N/A 0
audioProfile String N/A lc
has64bitOffsets Boolean N/A false
videoProfile String N/A high
part List<lukehagar.plexapi.plexapi.models.operations.GetPlaylistContentsPart> N/A [
{
"id": 15,
"key": "/library/parts/15/1705637151/file.mp4",
"duration": 141416,
"file": "/movies/Serenity (2005)/Serenity (2005).mp4",
"size": 40271948,
"audioProfile": "lc",
"container": "mp4",
"has64bitOffsets": false,
"optimizedForStreaming": false,
"videoProfile": "high"
}
]