Caps.UnlockTransferRateHardwareBuffers Property

Language:

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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center