mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
6.5 KiB
6.5 KiB
GetMediaMetaDataMedia
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Id |
long | ✔️ | Unique media identifier. | 387322 |
Duration |
long | ✔️ | Duration of the media in milliseconds. | 9610350 |
Bitrate |
long | ✔️ | Bitrate in bits per second. | 25512 |
Width |
long | ✔️ | Video width in pixels. | 3840 |
Height |
long | ✔️ | Video height in pixels. | 1602 |
AspectRatio |
float | ✔️ | Aspect ratio of the video. | 2.35 |
AudioChannels |
long | ✔️ | Number of audio channels. | 6 |
AudioCodec |
string | ✔️ | Audio codec used. | eac3 |
VideoCodec |
string | ✔️ | Video codec used. | hevc |
VideoResolution |
string | ✔️ | Video resolution (e.g., 4k). | 4k |
Container |
string | ✔️ | File container type. | mkv |
VideoFrameRate |
string | ✔️ | Frame rate of the video (e.g., 24p). | 24p |
VideoProfile |
string | ✔️ | Video profile (e.g., main 10). | main 10 |
HasVoiceActivity |
bool | ✔️ | Indicates whether voice activity is detected. | false |
Part |
List<GetMediaMetaDataPart> | ✔️ | An array of parts for this media item. |