ReactOS 0.4.16-dev-937-g7afcd2a
|
Public Attributes | |
struct tagWAVEMAPDATA * | self |
union { | |
struct { | |
HWAVEOUT hOuterWave | |
HWAVEOUT hInnerWave | |
} out | |
struct { | |
HWAVEIN hOuterWave | |
HWAVEIN hInnerWave | |
} in | |
} | u |
HACMSTREAM | hAcmStream |
DWORD_PTR | dwCallback |
DWORD_PTR | dwClientInstance |
DWORD | dwFlags |
DWORD | avgSpeedOuter |
DWORD | avgSpeedInner |
DWORD | nSamplesPerSecOuter |
DWORD | nSamplesPerSecInner |
DWORD tagWAVEMAPDATA::avgSpeedInner |
Definition at line 64 of file wavemap.c.
Referenced by widGetPosition(), widOpen(), wodGetPosition(), and wodOpen().
DWORD tagWAVEMAPDATA::avgSpeedOuter |
Definition at line 63 of file wavemap.c.
Referenced by widGetPosition(), widOpen(), wodGetPosition(), and wodOpen().
DWORD_PTR tagWAVEMAPDATA::dwCallback |
Definition at line 59 of file wavemap.c.
Referenced by widCallback(), widOpen(), wodCallback(), and wodOpen().
DWORD_PTR tagWAVEMAPDATA::dwClientInstance |
Definition at line 60 of file wavemap.c.
Referenced by widCallback(), widOpen(), wodCallback(), and wodOpen().
DWORD tagWAVEMAPDATA::dwFlags |
Definition at line 61 of file wavemap.c.
Referenced by widCallback(), widOpen(), wodCallback(), and wodOpen().
HACMSTREAM tagWAVEMAPDATA::hAcmStream |
Definition at line 57 of file wavemap.c.
Referenced by widAddBuffer(), widCallback(), widClose(), widOpen(), widOpenHelper(), widPrepare(), widUnprepare(), wodCallback(), wodClose(), wodOpenHelper(), wodPrepare(), wodUnprepare(), and wodWrite().
struct { ... } tagWAVEMAPDATA::in |
Referenced by widAddBuffer(), widCallback(), widClose(), widGetDevCaps(), widGetPosition(), widMapperStatus(), widOpen(), widOpenHelper(), widPrepare(), widReset(), widStart(), widStop(), and widUnprepare().
DWORD tagWAVEMAPDATA::nSamplesPerSecInner |
Definition at line 67 of file wavemap.c.
Referenced by widGetPosition(), widOpen(), wodGetPosition(), and wodOpen().
DWORD tagWAVEMAPDATA::nSamplesPerSecOuter |
Definition at line 66 of file wavemap.c.
Referenced by widGetPosition(), widOpen(), wodGetPosition(), and wodOpen().
struct { ... } tagWAVEMAPDATA::out |
struct tagWAVEMAPDATA* tagWAVEMAPDATA::self |
Definition at line 46 of file wavemap.c.
Referenced by WAVEMAP_IsData(), widOpen(), and wodOpen().
union { ... } tagWAVEMAPDATA::u |
Referenced by widAddBuffer(), widCallback(), widClose(), widGetDevCaps(), widGetPosition(), widMapperStatus(), widOpen(), widOpenHelper(), widPrepare(), widReset(), widStart(), widStop(), widUnprepare(), wodBreakLoop(), wodCallback(), wodClose(), wodGetDevCaps(), wodGetPosition(), wodGetVolume(), wodMapperStatus(), wodOpen(), wodOpenHelper(), wodPause(), wodPrepare(), wodReset(), wodRestart(), wodSetVolume(), wodUnprepare(), and wodWrite().