Buffer.PlayPosition Property (Microsoft.DirectX.DirectSound)
Retrieves the position of the play cursor in the sound buffer.
Visual Basic Public ReadOnly Property PlayPosition As Integer C# public int PlayPosition { get; } C++ public:
property int PlayPosition {
int get();
}JScript public function get PlayPosition() : int
System.Int32
This property is read-only.
Value that represents the position of the play cursor.
SecondaryBuffer
Show: