VideoInfo
A class that holds video properties of the current media session. The current VideoInfo
can be obtained from MediaStatus.
Hierarchy
- VideoInfo
Index
Properties
Properties
Optional
hdrType
• hdrType? : "DV" | "HDR" | "SDR"
HDR type used in the video, if any.
Optional
height
• height? : undefined | number
The video height, in pixels.
Optional
width
• width? : undefined | number
The video width, in pixels.