mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 20:47:49 +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 |
double | ➖ | 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 |
List<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"}] |