Buffer.WritePosition Property

Language:

Retrieves the position of the write cursor in the sound buffer.

Definition

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

Property Value

System.Int32
Value that represents the position of the write cursor.

This property is read-only. 

Applies To

SecondaryBuffer

See Also


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