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 whether the buffer is playing.
Definition
Visual Basic Public ReadOnly Property Playing As Boolean C# public bool Playing { get; } C++ public:
property bool Playing {
bool get();
}JScript public function get Playing() : boolean
Property Value
System.Boolean
Value that is set to true if the buffer is playing; otherwise, false.This property is read-only.
Remarks
This property is set if the buffer is being heard. When making a call to play or stop a buffer, this property might not immediately change the status because of latency.