Class VideoDecodeAcceleratorCapability

java.lang.Object
org.openqa.selenium.devtools.v85.systeminfo.model.VideoDecodeAcceleratorCapability

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

    • VideoDecodeAcceleratorCapability

      public VideoDecodeAcceleratorCapability(String profile, Size maxResolution, Size minResolution)
  • Method Details

    • getProfile

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

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

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