mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-09 20:47:49 +00:00
26 KiB
26 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 |
*float64 | ➖ | 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 |
[]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" } ] |