Gets a value indicating whether the WAV file stored in the Uri property of this AnnAudioObject is playing.
public virtual bool IsPlaying { get; }
Public Overridable ReadOnly Property IsPlaying As Boolean
public:
virtual property bool IsPlaying {
bool get();
}
true if this AnnAudioObject is playing its WAV file; false otherwise.
This property will determine if this AnnAudioObject is playing its WAV file. If the WAV file is playing, it can be stopped by calling the method.
For C#/VB examples, refer to AnnAudioObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET