www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_Sound_Library v1.90 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: admin@bcb-tools.com.
|
|