Files
plexjava/docs/models/operations/GetMediaMetaDataMedia.md

6.8 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 boolean ✔️ Indicates whether voice activity is detected. false
part List<GetMediaMetaDataPart> ✔️ An array of parts for this media item.