Class VideoDecodeAcceleratorCapability
- Namespace
- OpenQA.Selenium.DevTools.V148.SystemInfo
- Assembly
- Selenium.WebDriver.dll
Describes a supported video decoding profile with its associated minimum and maximum resolutions.
public sealed class VideoDecodeAcceleratorCapability
- Inheritance
-
VideoDecodeAcceleratorCapability
- Inherited Members
Properties
MaxResolution
Maximum video dimensions in pixels supported for this |profile|.
[JsonPropertyName("maxResolution")]
public Size MaxResolution { get; set; }
Property Value
MinResolution
Minimum video dimensions in pixels supported for this |profile|.
[JsonPropertyName("minResolution")]
public Size MinResolution { get; set; }
Property Value
Profile
Video codec profile that is supported, e.g. VP9 Profile 2.
[JsonPropertyName("profile")]
public string Profile { get; set; }