Buffer.WritePosition Property (Microsoft.DirectX.DirectSound)
Retrieves the position of the write cursor in the sound buffer.
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
System.Int32
This property is read-only.
Value that represents the position of the write cursor.
SecondaryBuffer
Show: