|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "shared.h"

Go to the source code of this file.
Classes | |
| class | CAC97MiniportWaveRT |
Functions | |
| NTSTATUS | CreateAC97MiniportWaveRTStream (OUT CAC97MiniportWaveRTStream **pRTStream) |
Variables | |
| const int | WAVE_SAMPLERATES_TESTED = 7 |
| const int | MIC_SAMPLERATES_TESTED = 4 |
| const DWORD | dwWaveSampleRates [WAVE_SAMPLERATES_TESTED] |
| const DWORD | dwMicSampleRates [MIC_SAMPLERATES_TESTED] |
| const int | PIN_WAVEOUT_OFFSET = (PIN_WAVEOUT / 2) |
| const int | PIN_WAVEIN_OFFSET = (PIN_WAVEIN / 2) |
| const int | PIN_MICIN_OFFSET = (PIN_MICIN / 2) |
| NTSTATUS CreateAC97MiniportWaveRTStream | ( | OUT CAC97MiniportWaveRTStream ** | pRTStream | ) |
Definition at line 37 of file rtstream.cpp.
| const DWORD dwMicSampleRates[MIC_SAMPLERATES_TESTED] |
Definition at line 26 of file rtminiport.h.
| const DWORD dwWaveSampleRates[WAVE_SAMPLERATES_TESTED] |
Definition at line 24 of file rtminiport.h.
Definition at line 22 of file rtminiport.h.
Definition at line 31 of file rtminiport.h.
| const int PIN_WAVEIN_OFFSET = (PIN_WAVEIN / 2) |
Definition at line 30 of file rtminiport.h.
| const int PIN_WAVEOUT_OFFSET = (PIN_WAVEOUT / 2) |
Definition at line 29 of file rtminiport.h.
Definition at line 21 of file rtminiport.h.