[ TDx_Sound_Library ]
[ next: TDSBPositionNotify ]
[ prev: TDS3DListener ]
class TDSBCaps : public TComponent
class PACKAGE TDSBCaps : 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 TDSBCaps component wraps the DirectX DSBCAPS structure which describes the capabilities of a sound buffer.
This component is used when retrieving the capabilities of a sound buffer using TDx_SoundBuffer::GetCaps().
This component differs from the TDSBufferDesc component in that it contains additional information such as the buffers location (hardware or software memory) and some properties relating to performance (download to hardware time and CPU mixing overhead).
At least one notification event must be defined for buffers created with DSBCAPS_CTRLPOSITIONNOTIFY set, otherwise the behavior is undefined.
PROPERTIES
Top
Properties
Methods
Events
See Also
BufferBytes
ErrorValue
Flags
PlayCpuOverhead
Size
UnlockTransferRate
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
TDx_SoundBuffer::GetCaps()
TDSBufferDesc