chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.systeminfo / VideoDecodeAcceleratorCapability

VideoDecodeAcceleratorCapability

data class VideoDecodeAcceleratorCapability

Describes a supported video decoding profile with its associated minimum and maximum resolutions.

Constructors

<init>

Describes a supported video decoding profile with its associated minimum and maximum resolutions.

VideoDecodeAcceleratorCapability(profile: String, maxResolution: Size, minResolution: Size)

Properties

maxResolution

Maximum video dimensions in pixels supported for this |profile|.

val maxResolution: Size

minResolution

Minimum video dimensions in pixels supported for this |profile|.

val minResolution: Size

profile

Video codec profile that is supported, e.g. VP9 Profile 2.

val profile: String