다음을 통해 공유


DisplayModeInfo.GetWireFormatSupportedBitsPerChannel 메서드

정의

제공된 디스플레이 와이어 형식 픽셀 인코딩에 대해 DisplayModeInfo에 유효한 채널당 0개 이상의 디스플레이 비트(논리적으로 OR-ed 함께)를 포함하는 값을 검색합니다.

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

매개 변수

encoding
DisplayWireFormatPixelEncoding

채널당 어떤 비트 설정이 유효한지 결정하기 위한 원하는 DisplayWireFormatPixelEncoding 입니다.

반환

채널당 0개 이상의 디스플레이 비트 플래그(논리적으로 OR-ed 함께)를 포함하는 DisplayBitsPerChannel 값입니다.

적용 대상