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

Go to the source code of this file.
Classes | |
| class | CMiniport |
Macros | |
| #define | PPORT_ PPORT |
| #define | PPORTSTREAM_ PUNKNOWN |
| #define | IMP_CMiniport(cType, IID) |
Functions | |
| void __fastcall | obj_AddRef (PUNKNOWN obj, void **ppvObject) |
| void __fastcall | obj_Release (void **ppvObject) |
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) |
Definition at line 119 of file miniport.h.
Definition at line 5 of file miniport.h.
Definition at line 6 of file miniport.h.
| void __fastcall obj_AddRef | ( | PUNKNOWN | obj, |
| void ** | ppvObject | ||
| ) |
Definition at line 1264 of file miniport.cpp.
Referenced by CMiniportStream::Init().
| void __fastcall obj_Release | ( | void ** | ppvObject | ) |
Definition at line 1273 of file miniport.cpp.
Referenced by CMiniport::~CMiniport(), and CMiniportStream::~CMiniportStream().
| const DWORD dwMicSampleRates[MIC_SAMPLERATES_TESTED] |
Definition at line 18 of file miniport.h.
Referenced by CMiniport::BuildDataRangeInformation().
| const DWORD dwWaveSampleRates[WAVE_SAMPLERATES_TESTED] |
Definition at line 16 of file miniport.h.
Referenced by CMiniport::BuildDataRangeInformation().
Definition at line 14 of file miniport.h.
Referenced by CMiniport::BuildDataRangeInformation().
Definition at line 23 of file miniport.h.
Referenced by CMiniport::InterruptServiceRoutine(), and STDMETHODIMP_().
| const int PIN_WAVEIN_OFFSET = (PIN_WAVEIN / 2) |
Definition at line 22 of file miniport.h.
Referenced by CMiniport::InterruptServiceRoutine().
| const int PIN_WAVEOUT_OFFSET = (PIN_WAVEOUT / 2) |
Definition at line 21 of file miniport.h.
Referenced by CMiniport::InterruptServiceRoutine(), and STDMETHODIMP_().
Definition at line 13 of file miniport.h.
Referenced by CMiniport::BuildDataRangeInformation().