Microsoft DirectX 9.0 SDK Update (October 2004)

Caps.UnlockTransferRateHardwareBuffers Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public ReadOnly Property UnlockTransferRateHardwareBuffers As Integer
C# public int UnlockTransferRateHardwareBuffers { get; }
Managed C++ public: __property int get_UnlockTransferRateHardwareBuffers();
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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