VideoEncodeAcceleratorCapabilityMaxFramerateNumerator Property |
Version 130.1.90
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.
Namespace: CefSharp.DevTools.SystemInfoAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public int MaxFramerateNumerator { get; set; }
public:
property int MaxFramerateNumerator {
int get ();
void set (int value);
}
Property Value
Int32See Also