Package io.webfolder.cdp.type.systeminfo
Class VideoDecodeAcceleratorCapability
java.lang.Object
io.webfolder.cdp.type.systeminfo.VideoDecodeAcceleratorCapability
Describes a supported video decoding profile with its associated minimum and maximum resolutions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMaximum video dimensions in pixels supported for this |profile|.Minimum video dimensions in pixels supported for this |profile|.Video codec profile that is supported, e.g.void
setMaxResolution
(Size maxResolution) Maximum video dimensions in pixels supported for this |profile|.void
setMinResolution
(Size minResolution) Minimum video dimensions in pixels supported for this |profile|.void
setProfile
(String profile) Video codec profile that is supported, e.g.toString()
-
Constructor Details
-
VideoDecodeAcceleratorCapability
public VideoDecodeAcceleratorCapability()
-
-
Method Details
-
getProfile
Video codec profile that is supported, e.g. VP9 Profile 2. -
setProfile
Video codec profile that is supported, e.g. VP9 Profile 2. -
getMaxResolution
Maximum video dimensions in pixels supported for this |profile|. -
setMaxResolution
Maximum video dimensions in pixels supported for this |profile|. -
getMinResolution
Minimum video dimensions in pixels supported for this |profile|. -
setMinResolution
Minimum video dimensions in pixels supported for this |profile|. -
toString
-