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