ReactOS 0.4.15-dev-7953-g1f49173
_HDAUDIO_CONVERTER_FORMAT Struct Reference

#include <hdaudio.h>

Public Attributes

union {
   struct {
      USHORT   NumberOfChannels:4
 
      USHORT   BitsPerSample:3
 
      USHORT   __pad0__:1
 
      USHORT   SampleRate:7
 
      USHORT   StreamType:1
 
   } 
 
   USHORT   ConverterFormat
 
}; 
 

Detailed Description

Definition at line 69 of file hdaudio.h.

Member Data Documentation

◆ 

union { ... } _HDAUDIO_CONVERTER_FORMAT::@2040

◆ __pad0__

USHORT _HDAUDIO_CONVERTER_FORMAT::__pad0__

Definition at line 74 of file hdaudio.h.

◆ BitsPerSample

USHORT _HDAUDIO_CONVERTER_FORMAT::BitsPerSample

Definition at line 73 of file hdaudio.h.

◆ ConverterFormat

USHORT _HDAUDIO_CONVERTER_FORMAT::ConverterFormat

Definition at line 78 of file hdaudio.h.

◆ NumberOfChannels

USHORT _HDAUDIO_CONVERTER_FORMAT::NumberOfChannels

Definition at line 72 of file hdaudio.h.

◆ SampleRate

USHORT _HDAUDIO_CONVERTER_FORMAT::SampleRate

Definition at line 75 of file hdaudio.h.

◆ StreamType

USHORT _HDAUDIO_CONVERTER_FORMAT::StreamType

Definition at line 76 of file hdaudio.h.


The documentation for this struct was generated from the following file: