Number of bits per audio sample in an audio media type.
UINT32
GUID MF_MT_AUDIO_BITS_PER_SAMPLE = {0xf2deb57f,0x40fa,0x4764,{0xaa,0x33,0xed,0x4f,0x2d,0x1f,0xf6,0x69} }
This attribute corresponds to the wBitsPerSample member of the WAVEFORMATEX structure.
If some bits contain padding, set the MF_MT_AUDIO_VALID_BITS_PER_SAMPLE attribute to specify the number of bits of valid audio data in each sample.
If the audio contains 8 bits per sample, the audio samples are unsigned values. (Each audio sample has the range 0–255.) If the audio contains 16 bits per sample or higher, the audio samples are signed values.
The GUID constant for this attribute is exported from mfuuid.lib.
Header: Declared in mfapi.h.