mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
7.3 KiB
7.3 KiB
GetMediaMetaDataMedia
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
ID |
int64 | ✔️ | Unique media identifier. | 387322 |
Duration |
int64 | ✔️ | Duration of the media in milliseconds. | 9610350 |
Bitrate |
int64 | ✔️ | Bitrate in bits per second. | 25512 |
Width |
int64 | ✔️ | Video width in pixels. | 3840 |
Height |
int64 | ✔️ | Video height in pixels. | 1602 |
AspectRatio |
float32 | ✔️ | Aspect ratio of the video. | 2.35 |
AudioChannels |
int64 | ✔️ | 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 |
[]operations.GetMediaMetaDataPart | ✔️ | An array of parts for this media item. |