mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-09 12:47:44 +00:00
24 KiB
24 KiB
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<Operations::GetPlaylistContentsPart> | ➖ | N/A | [{"audioProfile":"lc","container":"mp4","duration":141416,"file":"/movies/Serenity (2005)/Serenity (2005).mp4","has64bitOffsets":false,"id":15,"key":"/library/parts/15/1705637151/file.mp4","optimizedForStreaming":false,"size":40271948,"videoProfile":"high"}] |