Module directsound
A module encapsulating the DirectSound interfaces. See DirectSound examples for a quick overview.
Methods
- DirectSoundCreate
- Creates and initializes a new object that supports the IDirectSound interface.
- DirectSoundEnumerate
- The DirectSoundEnumerate function enumerates the DirectSound drivers installed in the system.
- DirectSoundCaptureCreate
- The DirectSoundCaptureCreate function creates and initializes an object that supports the IDirectSoundCapture interface.
- DirectSoundCaptureEnumerate
- The DirectSoundCaptureEnumerate function enumerates the DirectSoundCapture objects installed in the system.
- DSCAPS
- Creates a new PyDSCAPS object.
- DSBCAPS
- Creates a new PyDSBCAPS object.
- DSCCAPS
- Creates a new PyDSCCAPS object.
- DSCBCAPS
- Creates a new PyDSCBCAPS object.
- DSBUFFERDESC
- Creates a new PyDSBUFFERDESC object.
- DSCBUFFERDESC
- Creates a new PyDSCBUFFERDESC object.