[ TDx_Sound_Library ]
[ next: TDx_Sound ]
[ prev: TDSCCaps ]
class TDSCaps : public TComponent
class PACKAGE TDSCaps : 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 TDSCaps component wraps the DirectX DSCAPS structure which defines the capabilities of a sound device.
This component is used when retrieving the capabilities of the sound hardware with TDx_Sound::GetCaps().
The properties of this component describe the maximum and currently available sound hardware resources such as hardware mixing channels, memory available for various buffer types and so on.
Some resources may be shared among several buffer types, so assigning a buffer of one type may impinge upon the resources available for another type.
PROPERTIES
Top
Properties
Methods
Events
See Also
ErrorValue
Flags
FreeHw3DAllBuffers
FreeHw3DStaticBuffers
FreeHw3DStreamingBuffers
FreeHwMemBytes
FreeHwMixingAllBuffers
FreeHwMixingStaticBuffers
FreeHwMixingStreamingBuffers
MaxContigFreeHwMemBytes
MaxHw3DAllBuffers
MaxHw3DStaticBuffers
MaxHw3DStreamingBuffers
MaxHwMixingAllBuffers
MaxHwMixingStaticBuffers
MaxHwMixingStreamingBuffers
MaxSecondarySampleRate
MinSecondarySampleRate
PlayCpuOverheadSwBuffers
PrimaryBuffers
Size
TotalHwMemBytes
UnlockTransferRateHwBuffers
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_Sound::GetCaps()
TDx_Sound