ReactOS 0.4.16-dev-197-g92996da
|
#include <ksmedia.h>
Public Attributes | |
WAVEFORMATEX | Format |
union { | |
WORD wValidBitsPerSample | |
WORD wSamplesPerBlock | |
WORD wReserved | |
} | Samples |
DWORD | dwChannelMask |
GUID | SubFormat |
DWORD WAVEFORMATEXTENSIBLE::dwChannelMask |
Definition at line 645 of file ksmedia.h.
Referenced by MMixerInitializeDataFormat(), test_audioclient(), test_audiodata_set_format(), test_invalid_fmts(), test_secondary(), test_secondary8(), CMiniport::TestDataFormat(), wave_in_test_device(), and wave_out_test_device().
WAVEFORMATEX WAVEFORMATEXTENSIBLE::Format |
Definition at line 638 of file ksmedia.h.
Referenced by DirectSoundDevice_CreateSoundBuffer(), DSOUND_RecalcFormat(), playTestTone(), test_audiodata_set_format(), test_buffer(), test_buffer8(), test_invalid_fmts(), test_secondary(), test_secondary8(), CMiniport::TestDataFormat(), wave_generate_tone(), wave_in_test_device(), and wave_out_test_device().
union { ... } WAVEFORMATEXTENSIBLE::Samples |
GUID WAVEFORMATEXTENSIBLE::SubFormat |
Definition at line 646 of file ksmedia.h.
Referenced by DirectSoundDevice_CreateSoundBuffer(), DSOUND_RecalcFormat(), MMixerInitializeDataFormat(), playTestTone(), test_audioclient(), test_audiodata_set_format(), test_buffer(), test_buffer8(), test_invalid_fmts(), test_secondary(), test_secondary8(), CMiniport::TestDataFormat(), wave_generate_la(), wave_generate_silence(), wave_generate_tone(), wave_in_test_device(), and wave_out_test_device().
WORD WAVEFORMATEXTENSIBLE::wReserved |
Definition at line 643 of file ksmedia.h.
Referenced by test_audioclient().
WORD WAVEFORMATEXTENSIBLE::wValidBitsPerSample |
Definition at line 641 of file ksmedia.h.
Referenced by DirectSoundDevice_CreateSoundBuffer(), MMixerInitializeDataFormat(), playTestTone(), test_audiodata_set_format(), test_invalid_fmts(), test_secondary(), test_secondary8(), wave_in_test_device(), and wave_out_test_device().