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