Description of the interface
-
Description of Initialize.
-
Description of SetCooperativeLevel.
-
Description of GetStatus.
-
Description of GetCaps.
-
Description of GetCaps.
-
Description of Restore.
-
Description of GetCaps.
-
Description of GetCaps.
-
Description of GetCaps.
-
Description of GetCaps.
-
Description of Unlock.
-
Description of GetCaps.
-
Description of GetCaps.
-
Description of GetCaps.
-
Description of GetCaps.
-
Description of GetCaps.
-
Description of GetCaps.
PyIDirectSoundBuffer.GetCaps
GetCaps() Retrieves the capabilities of the DirectSoundBuffer object as a DSBCAPS object.
PyIDirectSoundBuffer.GetCurrentPosition
GetCurrentPosition() Description of GetCurrentPosition.
PyIDirectSoundBuffer.GetFormat
GetFormat() Description of GetFormat.
PyIDirectSoundBuffer.GetFrequency
GetFrequency() Description of GetFrequency.
PyIDirectSoundBuffer.GetPan
GetPan() Description of GetPan.
PyIDirectSoundBuffer.GetStatus
GetStatus() Retrieves the current status of the sound buffer.
PyIDirectSoundBuffer.GetVolume
GetVolume() Description of GetVolume.
PyIDirectSoundBuffer.Initialize
Initialize() Description of Initialize.
PyIDirectSoundBuffer.Play
Play() Description of Play.
PyIDirectSoundBuffer.Restore
Restore() Restores the memory allocation for a lost sound buffer for the specified DirectSoundBuffer object.
PyIDirectSoundBuffer.SetCurrentPosition
SetCurrentPosition() Description of SetCurrentPosition.
PyIDirectSoundBuffer.SetFormat
SetFormat(format) Sets the format of the primary sound buffer for the application. Whenever this application has the input focus, DirectSound will set the primary buffer to the specified format.
-
format : WAVEFORMATEX
A WAVEFORMATEX object that describes the new format for the primary sound buffer.
PyIDirectSoundBuffer.SetFrequency
SetFrequency() Description of SetFrequency.
PyIDirectSoundBuffer.SetPan
SetPan() Description of SetPan.
PyIDirectSoundBuffer.SetVolume
SetVolume() Description of SetVolume.
PyIDirectSoundBuffer.Stop
Stop() Description of Stop.
PyIDirectSoundBuffer.Update
Update() Description of Update.