LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

IsPlaying Property






Gets a value indicating whether the WAV file stored in the FileName property of this AnnAudioObject is playing.
Syntax
public virtual bool IsPlaying {get;}
'Declaration
 
Public Overridable ReadOnly Property IsPlaying As Boolean
'Usage
 
Dim instance As AnnAudioObject
Dim value As Boolean
 
value = instance.IsPlaying
public virtual bool IsPlaying {get;}
 get_IsPlaying(); 
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 an example refer to AnnAudioObject.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnAudioObject Class
AnnAudioObject Members
Stop Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.