Class: VideoInformation

  • VideoInformation provides details about video resolution and High Dynamic Range (HDR).

  • The constructor for VideoInformation requires specifying the width, height, and HDR type.

  • The properties of VideoInformation include hdrType, height, and width.

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.