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

28 KiB
Raw Blame History

GetLibraryHubsMedia

Fields

Field Type Required Description Example
id Integer N/A 38247
duration Integer N/A 6017237
bitrate Integer N/A 2051
width Integer N/A 1920
height Integer N/A 1080
aspectRatio Double N/A 1.78
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 1
audioProfile String N/A lc
has64bitOffsets Boolean N/A false
videoProfile String N/A high
part List<lukehagar.plexapi.plexapi.models.operations.GetLibraryHubsPart> N/A [
{
"id": 38247,
"key": "/library/parts/38247/1589412494/file.mp4",
"duration": 6017237,
"file": "/movies/Tangled (2010)/Tangled (2010) Bluray-1080p.mp4",
"size": 1545647447,
"audioProfile": "lc",
"container": "mp4",
"has64bitOffsets": false,
"optimizedForStreaming": true,
"videoProfile": "high"
}
]