Table of Contents

Class VideoEncodeAcceleratorCapability

Namespace
OpenQA.Selenium.DevTools.V146.SystemInfo
Assembly
Selenium.WebDriver.dll

Describes a supported video encoding profile with its associated maximum resolution and maximum framerate.

public sealed class VideoEncodeAcceleratorCapability
Inheritance
VideoEncodeAcceleratorCapability
Inherited Members

Properties

MaxFramerateDenominator

maxFramerateDenominator

[JsonPropertyName("maxFramerateDenominator")]
public long MaxFramerateDenominator { get; set; }

Property Value

long

MaxFramerateNumerator

Maximum encoding framerate in frames per second supported for this |profile|, as fraction's numerator and denominator, e.g. 24/1 fps, 24000/1001 fps, etc.

[JsonPropertyName("maxFramerateNumerator")]
public long MaxFramerateNumerator { get; set; }

Property Value

long

MaxResolution

Maximum video dimensions in pixels supported for this |profile|.

[JsonPropertyName("maxResolution")]
public Size MaxResolution { get; set; }

Property Value

Size

Profile

Video codec profile that is supported, e.g H264 Main.

[JsonPropertyName("profile")]
public string Profile { get; set; }

Property Value

string