blob: 7e8c4db4e8ce07c8242cc32d8b6d1e5f0094f6fc [file] [log] [blame] [edit]
### YamlMime:ManagedReference
items:
- uid: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability
commentId: T:OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability
id: VideoEncodeAcceleratorCapability
parent: OpenQA.Selenium.DevTools.V132.SystemInfo
children:
- OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateDenominator
- OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateNumerator
- OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxResolution
- OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.Profile
langs:
- csharp
- vb
name: VideoEncodeAcceleratorCapability
nameWithType: VideoEncodeAcceleratorCapability
fullName: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability
type: Class
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/SystemInfo/VideoEncodeAcceleratorCapability.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: VideoEncodeAcceleratorCapability
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/SystemInfo/VideoEncodeAcceleratorCapability.cs
startLine: 11
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.SystemInfo
summary: VideoEncodeAcceleratorCapability
example: []
syntax:
content: public sealed class VideoEncodeAcceleratorCapability
content.vb: Public NotInheritable Class VideoEncodeAcceleratorCapability
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
- uid: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.Profile
commentId: P:OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.Profile
id: Profile
parent: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability
langs:
- csharp
- vb
name: Profile
nameWithType: VideoEncodeAcceleratorCapability.Profile
fullName: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.Profile
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/SystemInfo/VideoEncodeAcceleratorCapability.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Profile
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/SystemInfo/VideoEncodeAcceleratorCapability.cs
startLine: 16
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.SystemInfo
summary: profile
example: []
syntax:
content: >-
[JsonPropertyName("profile")]
public string Profile { get; set; }
parameters: []
return:
type: System.String
content.vb: >-
<JsonPropertyName("profile")>
Public Property Profile As String
overload: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.Profile*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: profile
- uid: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxResolution
commentId: P:OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxResolution
id: MaxResolution
parent: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability
langs:
- csharp
- vb
name: MaxResolution
nameWithType: VideoEncodeAcceleratorCapability.MaxResolution
fullName: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxResolution
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/SystemInfo/VideoEncodeAcceleratorCapability.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: MaxResolution
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/SystemInfo/VideoEncodeAcceleratorCapability.cs
startLine: 23
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.SystemInfo
summary: maxResolution
example: []
syntax:
content: >-
[JsonPropertyName("maxResolution")]
public Size MaxResolution { get; set; }
parameters: []
return:
type: OpenQA.Selenium.DevTools.V132.SystemInfo.Size
content.vb: >-
<JsonPropertyName("maxResolution")>
Public Property MaxResolution As Size
overload: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxResolution*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: maxResolution
- uid: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateNumerator
commentId: P:OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateNumerator
id: MaxFramerateNumerator
parent: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability
langs:
- csharp
- vb
name: MaxFramerateNumerator
nameWithType: VideoEncodeAcceleratorCapability.MaxFramerateNumerator
fullName: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateNumerator
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/SystemInfo/VideoEncodeAcceleratorCapability.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: MaxFramerateNumerator
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/SystemInfo/VideoEncodeAcceleratorCapability.cs
startLine: 30
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.SystemInfo
summary: maxFramerateNumerator
example: []
syntax:
content: >-
[JsonPropertyName("maxFramerateNumerator")]
public long MaxFramerateNumerator { get; set; }
parameters: []
return:
type: System.Int64
content.vb: >-
<JsonPropertyName("maxFramerateNumerator")>
Public Property MaxFramerateNumerator As Long
overload: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateNumerator*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: maxFramerateNumerator
- uid: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateDenominator
commentId: P:OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateDenominator
id: MaxFramerateDenominator
parent: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability
langs:
- csharp
- vb
name: MaxFramerateDenominator
nameWithType: VideoEncodeAcceleratorCapability.MaxFramerateDenominator
fullName: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateDenominator
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v132/SystemInfo/VideoEncodeAcceleratorCapability.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: MaxFramerateDenominator
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v132/SystemInfo/VideoEncodeAcceleratorCapability.cs
startLine: 37
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V132.SystemInfo
summary: maxFramerateDenominator
example: []
syntax:
content: >-
[JsonPropertyName("maxFramerateDenominator")]
public long MaxFramerateDenominator { get; set; }
parameters: []
return:
type: System.Int64
content.vb: >-
<JsonPropertyName("maxFramerateDenominator")>
Public Property MaxFramerateDenominator As Long
overload: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateDenominator*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: maxFramerateDenominator
references:
- uid: OpenQA.Selenium.DevTools.V132.SystemInfo
commentId: N:OpenQA.Selenium.DevTools.V132.SystemInfo
href: OpenQA.html
name: OpenQA.Selenium.DevTools.V132.SystemInfo
nameWithType: OpenQA.Selenium.DevTools.V132.SystemInfo
fullName: OpenQA.Selenium.DevTools.V132.SystemInfo
spec.csharp:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.DevTools
name: DevTools
href: OpenQA.Selenium.DevTools.html
- name: .
- uid: OpenQA.Selenium.DevTools.V132
name: V132
href: OpenQA.Selenium.DevTools.V132.html
- name: .
- uid: OpenQA.Selenium.DevTools.V132.SystemInfo
name: SystemInfo
href: OpenQA.Selenium.DevTools.V132.SystemInfo.html
spec.vb:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.DevTools
name: DevTools
href: OpenQA.Selenium.DevTools.html
- name: .
- uid: OpenQA.Selenium.DevTools.V132
name: V132
href: OpenQA.Selenium.DevTools.V132.html
- name: .
- uid: OpenQA.Selenium.DevTools.V132.SystemInfo
name: SystemInfo
href: OpenQA.Selenium.DevTools.V132.SystemInfo.html
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.Profile*
commentId: Overload:OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.Profile
href: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.html#OpenQA_Selenium_DevTools_V132_SystemInfo_VideoEncodeAcceleratorCapability_Profile
name: Profile
nameWithType: VideoEncodeAcceleratorCapability.Profile
fullName: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.Profile
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxResolution*
commentId: Overload:OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxResolution
href: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.html#OpenQA_Selenium_DevTools_V132_SystemInfo_VideoEncodeAcceleratorCapability_MaxResolution
name: MaxResolution
nameWithType: VideoEncodeAcceleratorCapability.MaxResolution
fullName: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxResolution
- uid: OpenQA.Selenium.DevTools.V132.SystemInfo.Size
commentId: T:OpenQA.Selenium.DevTools.V132.SystemInfo.Size
parent: OpenQA.Selenium.DevTools.V132.SystemInfo
href: OpenQA.Selenium.DevTools.V132.SystemInfo.Size.html
name: Size
nameWithType: Size
fullName: OpenQA.Selenium.DevTools.V132.SystemInfo.Size
- uid: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateNumerator*
commentId: Overload:OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateNumerator
href: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.html#OpenQA_Selenium_DevTools_V132_SystemInfo_VideoEncodeAcceleratorCapability_MaxFramerateNumerator
name: MaxFramerateNumerator
nameWithType: VideoEncodeAcceleratorCapability.MaxFramerateNumerator
fullName: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateNumerator
- uid: System.Int64
commentId: T:System.Int64
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int64
name: long
nameWithType: long
fullName: long
nameWithType.vb: Long
fullName.vb: Long
name.vb: Long
- uid: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateDenominator*
commentId: Overload:OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateDenominator
href: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.html#OpenQA_Selenium_DevTools_V132_SystemInfo_VideoEncodeAcceleratorCapability_MaxFramerateDenominator
name: MaxFramerateDenominator
nameWithType: VideoEncodeAcceleratorCapability.MaxFramerateDenominator
fullName: OpenQA.Selenium.DevTools.V132.SystemInfo.VideoEncodeAcceleratorCapability.MaxFramerateDenominator