-
public final class VideoDecodeAcceleratorCapabilityDescribes a supported video decoding profile with its associated minimum and maximum resolutions.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringprofileprivate final SizemaxResolutionprivate final SizeminResolution
-
Constructor Summary
Constructors Constructor Description VideoDecodeAcceleratorCapability(String profile, Size maxResolution, Size minResolution)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Sizecomponent2()final Sizecomponent3()final VideoDecodeAcceleratorCapabilitycopy(String profile, Size maxResolution, Size minResolution)final StringgetProfile()Video codec profile that is supported, e.g. final SizegetMaxResolution()Maximum video dimensions in pixels supported for this |profile|. final SizegetMinResolution()Minimum video dimensions in pixels supported for this |profile|. -
-
Method Detail
-
component1
final String component1()
-
component2
final Size component2()
-
component3
final Size component3()
-
copy
final VideoDecodeAcceleratorCapability copy(String profile, Size maxResolution, Size minResolution)
-
getProfile
final String getProfile()
Video codec profile that is supported, e.g. VP9 Profile 2.
-
getMaxResolution
final Size getMaxResolution()
Maximum video dimensions in pixels supported for this |profile|.
-
getMinResolution
final Size getMinResolution()
Minimum video dimensions in pixels supported for this |profile|.
-
-
-
-