Share via


Caps.UnlockTransferRateHardwareBuffers Property (Microsoft.DirectX.DirectSound)

Retrieves the rate, in kilobytes per second, at which data can be transferred to hardware static sound buffers.

Definition

Visual Basic Public ReadOnly Property UnlockTransferRateHardwareBuffers As Integer
C# public int UnlockTransferRateHardwareBuffers { get; }
C++ public:
property int UnlockTransferRateHardwareBuffers {
        int get();
}
JScript public function get UnlockTransferRateHardwareBuffers() : int

Property Value

System.Int32
The rate, in kilobytes per second, at which data can be transferred to hardware static sound buffers.

This property is read-only. 

Remarks

This and the number of bytes transferred determines the duration of a call to the Buffer.Read and Buffer.Write methods.