Files
plexruby/docs/models/operations/getplaylistcontentsmedia.md

26 KiB
Raw Blame History

GetPlaylistContentsMedia

Fields

Field Type Required Description Example
id T.nilable(::Integer) N/A 15
duration T.nilable(::Integer) N/A 141416
bitrate T.nilable(::Integer) N/A 2273
width T.nilable(::Integer) N/A 1920
height T.nilable(::Integer) N/A 814
aspect_ratio T.nilable(::Float) N/A 2.35
audio_channels T.nilable(::Integer) N/A 2
audio_codec T.nilable(::String) N/A aac
video_codec T.nilable(::String) N/A h264
video_resolution T.nilable(::String) N/A 1080
container T.nilable(::String) N/A mp4
video_frame_rate T.nilable(::String) N/A 24p
optimized_for_streaming T.nilable(::Integer) N/A 0
audio_profile T.nilable(::String) N/A lc
has64bit_offsets T.nilable(T::Boolean) N/A false
video_profile T.nilable(::String) N/A high
part T::Array<::OpenApiSDK::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"
}
]