# 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` | *boolean* | :heavy_check_mark: | Indicates whether voice activity is detected. | false | | `part` | List\<[GetMediaMetaDataPart](../../models/operations/GetMediaMetaDataPart.md)> | :heavy_check_mark: | An array of parts for this media item. | |