BufferCaps.UnlockTransferRate Property (Microsoft.DirectX.DirectSound)
Retrieves the rate, in kilobytes per second, at which data is transferred to the buffer memory when reading and writing to a buffer.
Definition
Visual Basic Public ReadOnly Property UnlockTransferRate As Integer C# public int UnlockTransferRate { get; } C++ public:
property int UnlockTransferRate {
int get();
}JScript public function get UnlockTransferRate() : int
Property Value
System.Int32
The rate, in kilobytes per second, at which data is transferred to the buffer memory when reading and writing to a buffer.This property is read-only.