←Select platform

IsPlaying Property

Summary

Gets a value indicating whether the WAV file stored in the Uri property of this AnnAudioObject is playing.

Syntax

C#
VB
C++
public virtual bool IsPlaying { get; } 
  
Public Overridable ReadOnly Property IsPlaying As Boolean 
public: 
virtual property bool IsPlaying { 
   bool get(); 
} 

Property Value

true if this AnnAudioObject is playing its WAV file; false otherwise.

Remarks

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.

Example

For C#/VB examples, refer to AnnAudioObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly