Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Sound_Library v2.00 Component Reference
|
|
[ TDSCaps::UnlockTransferRateHwBuffers ]
[ prev: TotalHwMemBytes ]
__published:
__property dword UnlockTransferRateHwBuffers = { read=FGetUnlockTransferRateHwBuffers, write=FSetUnlockTransferRateHwBuffers, default=0 };
TDSCAPS::UNLOCKTRANSFERRATEHWBUFFERS
[ component property ]
- Description
The UnlockTransferRateHwBuffers property describes the rate, in kilobytes per second, at which data is transferred to hardware static sound buffers when TDx_SoundBuffer::Unlock() is called.
This value, along with the number of bytes, can be used by applications to determine the time required for TDx_SoundBuffer::Unlock() to execute.
The transfer rate for a software buffer is zero because the data does not need to be tansferred anywhere.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|