DisplayWireFormat.BitsPerChannel 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.
Gets the number of bits used for each channel, without regard for chroma subsampling.
public:
property int BitsPerChannel { int get(); };
int BitsPerChannel();
public int BitsPerChannel { get; }
var int32 = displayWireFormat.bitsPerChannel;
Public ReadOnly Property BitsPerChannel As Integer
Property Value
Int32
int
A value containing the number of bits used for each channel, without regard for chroma subsampling.