pl.wendigo.chrome.api.systeminfo / VideoDecodeAcceleratorCapability

VideoDecodeAcceleratorCapability

data class VideoDecodeAcceleratorCapability (source)

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

Link
SystemInfo#VideoDecodeAcceleratorCapability type documentation.

Constructors

<init>

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

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

Properties

maxResolution

val maxResolution: Size

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

minResolution

val minResolution: Size

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

profile

val profile: String

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