mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-09 12:37:47 +00:00
24 KiB
24 KiB
GetPlaylistContentsMedia
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
?int | ➖ | N/A | 15 |
duration |
?int | ➖ | N/A | 141416 |
bitrate |
?int | ➖ | N/A | 2273 |
width |
?int | ➖ | N/A | 1920 |
height |
?int | ➖ | N/A | 814 |
aspectRatio |
?float | ➖ | N/A | 2.35 |
audioChannels |
?int | ➖ | 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 |
?int | ➖ | N/A | 0 |
audioProfile |
?string | ➖ | N/A | lc |
has64bitOffsets |
?bool | ➖ | N/A | false |
videoProfile |
?string | ➖ | N/A | high |
part |
array<\LukeHagar\Plex_API\Models\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"}] |