[ TDx_Sound_Library ]
[ next: TDSCBCaps ]
[ prev: TDSBPositionNotify ]
class TDSBufferDesc : public TComponent
class PACKAGE TDSBufferDesc : public TComponent
class type : Wrapper
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Properties
Methods
Events
See Also
The TDSBufferDesc component wraps the DirectX DSBUFFERDESC structure which describes the characteristics of a sound buffer.
This component is used when a sound buffer is created with TDx_SoundBuffer::Create() or TDx_Sound::CreateSoundBuffer().
The TDSBufferDesc component differs from the TDSBCaps component in that some information, such as the buffer being located in hardware or software memory, is optional and may be set, and some properties relating to performance (download to hardware time and CPU mixing overhead) are absent.
PROPERTIES
Top
Properties
Methods
Events
See Also
BufferBytes
ErrorValue
Flags
Format
Guid3DAlgorithm
Size
METHODS
Top
Properties
Methods
Events
See Also
Clear
EVENTS
Top
Properties
Methods
Events
See Also
OnError
SEE ALSO
Top
Properties
Methods
Events
See Also
TDx_SoundBuffer::Create()
TDx_Sound::CreateSoundBuffer()
TDx_Sound
TDx_SoundBuffer
TDx_SoundCaptureBuffer