Files
plexcsharp/docs/Models/Requests/GetMediaMetaDataMedia.md

22 lines
6.5 KiB
Markdown

# GetMediaMetaDataMedia
## Fields
| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| `Id` | *long* | :heavy_check_mark: | Unique media identifier. | 387322 |
| `Duration` | *long* | :heavy_check_mark: | Duration of the media in milliseconds. | 9610350 |
| `Bitrate` | *long* | :heavy_check_mark: | Bitrate in bits per second. | 25512 |
| `Width` | *long* | :heavy_check_mark: | Video width in pixels. | 3840 |
| `Height` | *long* | :heavy_check_mark: | Video height in pixels. | 1602 |
| `AspectRatio` | *float* | :heavy_check_mark: | Aspect ratio of the video. | 2.35 |
| `AudioChannels` | *long* | :heavy_check_mark: | Number of audio channels. | 6 |
| `AudioCodec` | *string* | :heavy_check_mark: | Audio codec used. | eac3 |
| `VideoCodec` | *string* | :heavy_check_mark: | Video codec used. | hevc |
| `VideoResolution` | *string* | :heavy_check_mark: | Video resolution (e.g., 4k). | 4k |
| `Container` | *string* | :heavy_check_mark: | File container type. | mkv |
| `VideoFrameRate` | *string* | :heavy_check_mark: | Frame rate of the video (e.g., 24p). | 24p |
| `VideoProfile` | *string* | :heavy_check_mark: | Video profile (e.g., main 10). | main 10 |
| `HasVoiceActivity` | *bool* | :heavy_check_mark: | Indicates whether voice activity is detected. | false |
| `Part` | List<[GetMediaMetaDataPart](../../Models/Requests/GetMediaMetaDataPart.md)> | :heavy_check_mark: | An array of parts for this media item. | |