data class VideoDecodeAcceleratorCapability
Describes a supported video decoding profile with its associated minimum and maximum resolutions.
<init> |
Describes a supported video decoding profile with its associated minimum and maximum resolutions. VideoDecodeAcceleratorCapability(profile: String, maxResolution: Size, minResolution: Size) |
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 |