DisplayWireFormat.PixelEncoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes how pixels are encoded by the display pipeline, including chroma subsampling.
public:
property DisplayWireFormatPixelEncoding PixelEncoding { DisplayWireFormatPixelEncoding get(); };
DisplayWireFormatPixelEncoding PixelEncoding();
public DisplayWireFormatPixelEncoding PixelEncoding { get; }
var displayWireFormatPixelEncoding = displayWireFormat.pixelEncoding;
Public ReadOnly Property PixelEncoding As DisplayWireFormatPixelEncoding