ImageDecodeAcceleratorCapabilitySubsamplings Property |
Version 98.1.210
Optional array of supported subsampling formats, e.g. 4:2:0, if known.
Namespace:
CefSharp.DevTools.SystemInfo
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public SubsamplingFormat[] Subsamplings { get; set; }
public:
property array<SubsamplingFormat>^ Subsamplings {
array<SubsamplingFormat>^ get ();
void set (array<SubsamplingFormat>^ value);
}
Property Value
Type:
SubsamplingFormatSee Also