ReactOS 0.4.15-dev-7934-g1dc8d80
DirectSoundCaptureDevice Struct Reference

#include <dsound_private.h>

Collaboration diagram for DirectSoundCaptureDevice:

Public Attributes

GUID guid
 
LONG ref
 
PIDSCDRIVER driver
 
DSDRIVERDESC drvdesc
 
DSCDRIVERCAPS drvcaps
 
PIDSCDRIVERBUFFER hwbuf
 
HWAVEIN hwi
 
LPBYTE buffer
 
DWORD buflen
 
PWAVEFORMATEX pwfx
 
IDirectSoundCaptureBufferImplcapture_buffer
 
DWORD state
 
LPWAVEHDR pwave
 
int nrofpwaves
 
int index
 
CRITICAL_SECTION lock
 

Detailed Description

Definition at line 246 of file dsound_private.h.

Member Data Documentation

◆ buffer

LPBYTE DirectSoundCaptureDevice::buffer

Definition at line 262 of file dsound_private.h.

◆ buflen

DWORD DirectSoundCaptureDevice::buflen

Definition at line 263 of file dsound_private.h.

◆ capture_buffer

IDirectSoundCaptureBufferImpl* DirectSoundCaptureDevice::capture_buffer

Definition at line 267 of file dsound_private.h.

◆ driver

PIDSCDRIVER DirectSoundCaptureDevice::driver

Definition at line 253 of file dsound_private.h.

◆ drvcaps

DSCDRIVERCAPS DirectSoundCaptureDevice::drvcaps

Definition at line 255 of file dsound_private.h.

◆ drvdesc

DSDRIVERDESC DirectSoundCaptureDevice::drvdesc

Definition at line 254 of file dsound_private.h.

◆ guid

GUID DirectSoundCaptureDevice::guid

Definition at line 249 of file dsound_private.h.

◆ hwbuf

PIDSCDRIVERBUFFER DirectSoundCaptureDevice::hwbuf

Definition at line 256 of file dsound_private.h.

◆ hwi

HWAVEIN DirectSoundCaptureDevice::hwi

Definition at line 259 of file dsound_private.h.

◆ index

int DirectSoundCaptureDevice::index

Definition at line 271 of file dsound_private.h.

◆ lock

CRITICAL_SECTION DirectSoundCaptureDevice::lock

Definition at line 272 of file dsound_private.h.

◆ nrofpwaves

int DirectSoundCaptureDevice::nrofpwaves

Definition at line 270 of file dsound_private.h.

◆ pwave

LPWAVEHDR DirectSoundCaptureDevice::pwave

Definition at line 269 of file dsound_private.h.

◆ pwfx

PWAVEFORMATEX DirectSoundCaptureDevice::pwfx

Definition at line 265 of file dsound_private.h.

◆ ref

LONG DirectSoundCaptureDevice::ref

Definition at line 250 of file dsound_private.h.

◆ state

DWORD DirectSoundCaptureDevice::state

Definition at line 268 of file dsound_private.h.


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