Class VideoDecodeAcceleratorCapability

java.lang.Object
io.webfolder.cdp.type.systeminfo.VideoDecodeAcceleratorCapability

public class VideoDecodeAcceleratorCapability extends Object
Describes a supported video decoding profile with its associated minimum and maximum resolutions.
  • Constructor Details

    • VideoDecodeAcceleratorCapability

      public VideoDecodeAcceleratorCapability()
  • Method Details

    • getProfile

      public String getProfile()
      Video codec profile that is supported, e.g. VP9 Profile 2.
    • setProfile

      public void setProfile(String profile)
      Video codec profile that is supported, e.g. VP9 Profile 2.
    • getMaxResolution

      public Size getMaxResolution()
      Maximum video dimensions in pixels supported for this |profile|.
    • setMaxResolution

      public void setMaxResolution(Size maxResolution)
      Maximum video dimensions in pixels supported for this |profile|.
    • getMinResolution

      public Size getMinResolution()
      Minimum video dimensions in pixels supported for this |profile|.
    • setMinResolution

      public void setMinResolution(Size minResolution)
      Minimum video dimensions in pixels supported for this |profile|.
    • toString

      public String toString()
      Overrides:
      toString in class Object