Class: VideoInformation

  • cast.framework.messages.VideoInformation provides details about video content, including resolution and HDR type.

  • It includes properties for width, height, and HDR type, which are specified during object creation using the constructor.

  • HDR type must be a value from cast.framework.messages.HdrType and cannot be null.

Constructor

VideoInformation

new VideoInformation(width, height, hdrType)

Parameter

width

number

Width.

height

number

Height.

hdrType

cast.framework.messages.HdrType

High Dynamic Range type.

Value must not be null.

Properties

hdrType

non-null cast.framework.messages.HdrType

HDR type

height

number

Video height.

width

number

Video width.