mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
17 KiB
17 KiB
GetMediaMetaDataStream
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
long | ✔️ | Unique stream identifier. | 1002625 |
streamType |
long | ✔️ | Stream type (1=video, 2=audio, 3=subtitle). | 1 |
default_ |
Optional<Boolean> | ➖ | Indicates if this stream is default. | true |
codec |
String | ✔️ | Codec used by the stream. | hevc |
index |
long | ✔️ | Index of the stream. | 0 |
bitrate |
long | ✔️ | Bitrate of the stream. | 24743 |
language |
String | ✔️ | Language of the stream. | English |
languageTag |
String | ✔️ | Language tag (e.g., en). | en |
languageCode |
String | ✔️ | ISO language code. | eng |
doviblCompatID |
Optional<Long> | ➖ | Dolby Vision BL compatibility ID. | 1 |
doviblPresent |
Optional<Boolean> | ➖ | Indicates if Dolby Vision BL is present. | true |
dovielPresent |
Optional<Boolean> | ➖ | Indicates if Dolby Vision EL is present. | false |
doviLevel |
Optional<Long> | ➖ | Dolby Vision level. | 6 |
doviPresent |
Optional<Boolean> | ➖ | Indicates if Dolby Vision is present. | true |
doviProfile |
Optional<Long> | ➖ | Dolby Vision profile. | 8 |
dovirpuPresent |
Optional<Boolean> | ➖ | Indicates if Dolby Vision RPU is present. | true |
doviVersion |
Optional<String> | ➖ | Dolby Vision version. | 1.0 |
bitDepth |
Optional<Long> | ➖ | Bit depth of the video stream. | 10 |
chromaLocation |
Optional<String> | ➖ | Chroma sample location. | topleft |
chromaSubsampling |
Optional<String> | ➖ | Chroma subsampling format. | 4:2:0 |
codedHeight |
Optional<Long> | ➖ | Coded video height. | 1608 |
codedWidth |
Optional<Long> | ➖ | Coded video width. | 3840 |
colorPrimaries |
Optional<String> | ➖ | Color primaries used. | bt2020 |
colorRange |
Optional<String> | ➖ | Color range (e.g., tv). | tv |
colorSpace |
Optional<String> | ➖ | Color space. | bt2020nc |
colorTrc |
Optional<String> | ➖ | Color transfer characteristics. | smpte2084 |
frameRate |
Optional<Float> | ➖ | Frame rate of the stream. | 23.976 |
height |
Optional<Long> | ➖ | Height of the video stream. | 1602 |
level |
Optional<Long> | ➖ | Video level. | 150 |
original |
Optional<Boolean> | ➖ | Indicates if this is the original stream. | true |
hasScalingMatrix |
Optional<Boolean> | ➖ | N/A | false |
profile |
Optional<String> | ➖ | Video profile. | main 10 |
scanType |
Optional<String> | ➖ | N/A | progressive |
refFrames |
Optional<Long> | ➖ | Number of reference frames. | 1 |
width |
Optional<Long> | ➖ | Width of the video stream. | 3840 |
displayTitle |
String | ✔️ | Display title for the stream. | 4K DoVi/HDR10 (HEVC Main 10) |
extendedDisplayTitle |
String | ✔️ | Extended display title for the stream. | 4K DoVi/HDR10 (HEVC Main 10) |
selected |
Optional<Boolean> | ➖ | Indicates if this stream is selected (applicable for audio streams). | true |
forced |
Optional<Boolean> | ➖ | N/A | true |
channels |
Optional<Long> | ➖ | Number of audio channels (for audio streams). | 6 |
audioChannelLayout |
Optional<String> | ➖ | Audio channel layout. | 5.1(side) |
samplingRate |
Optional<Long> | ➖ | Sampling rate for the audio stream. | 48000 |
canAutoSync |
Optional<Boolean> | ➖ | Indicates if the stream can auto-sync. | false |
hearingImpaired |
Optional<Boolean> | ➖ | Indicates if the stream is for the hearing impaired. | true |
dub |
Optional<Boolean> | ➖ | Indicates if the stream is a dub. | true |
title |
Optional<String> | ➖ | Optional title for the stream (e.g., language variant). | SDH |