| VideoEncodeAcceleratorCapability Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CefSharp.DevTools.SystemInfo
 Syntax
SyntaxThe VideoEncodeAcceleratorCapability type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | VideoEncodeAcceleratorCapability | Initializes a new instance of the VideoEncodeAcceleratorCapability class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | MaxFramerateDenominator | 
            MaxFramerateDenominator
             | 
|  | 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.
             | 
|  | MaxResolution | 
            Maximum video dimensions in pixels supported for this |profile|.
             | 
|  | Profile | 
            Video codec profile that is supported, e.g H264 Main.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToDictionary | (Inherited from DevToolsDomainEntityBase.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also