VideoDecodeAcceleratorCapability

@Serializable
data class VideoDecodeAcceleratorCapability(val profile: String, val maxResolution: SystemInfo.Size, val minResolution: SystemInfo.Size)

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

Constructors

Link copied to clipboard
constructor(profile: String, maxResolution: SystemInfo.Size, minResolution: SystemInfo.Size)

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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