Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the position of the play cursor in the sound buffer.
Definition
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
Property Value
System.Int32
Value that represents the position of the play cursor.This property is read-only.
Applies To
See Also