Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Sound_Library v2.00 Component Reference
|
|
[ TDSBCaps::UnlockTransferRate ]
[ prev: Size ]
__published:
__property dword UnlockTransferRate = { read=FGetUnlockTransferRate, write=FSetUnlockTransferRate, default=0 };
TDSBCAPS::UNLOCKTRANSFERRATE
[ component property ]
- Description
The UnlockTransferRate property describes the rate at which data is transferred, in kilobytes per second, to buffer memory 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 the Unlock to execute.
Software buffers located in system memory will have a very high rate because no processing is required.
Hardware buffers may have a slower rate because the buffer might have to be downloaded to the sound card.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|