DisplayModeInfo.GetWireFormatSupportedBitsPerChannel Method

Definition

Retrieves a value containing zero or more display bits-per-channel flags (logically OR-ed together) that are valid for the DisplayModeInfo, for a supplied display wire format pixel encoding.

public:
 virtual DisplayBitsPerChannel GetWireFormatSupportedBitsPerChannel(DisplayWireFormatPixelEncoding encoding) = GetWireFormatSupportedBitsPerChannel;
DisplayBitsPerChannel GetWireFormatSupportedBitsPerChannel(DisplayWireFormatPixelEncoding const& encoding);
public DisplayBitsPerChannel GetWireFormatSupportedBitsPerChannel(DisplayWireFormatPixelEncoding encoding);
function getWireFormatSupportedBitsPerChannel(encoding)
Public Function GetWireFormatSupportedBitsPerChannel (encoding As DisplayWireFormatPixelEncoding) As DisplayBitsPerChannel

Parameters

encoding
DisplayWireFormatPixelEncoding

The desired DisplayWireFormatPixelEncoding for determining which bits-per-channel settings are valid.

Returns

A DisplayBitsPerChannel value containing zero or more display bits-per-channel flags (logically OR-ed together).

Applies to