The Play Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Attempts to play the WAV file stored in the FileName property of this AnnAudioObject.Visual Basic (Declaration) | |
---|---|
Public Overridable Sub Play() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAudioObject instance.Play() |
C# | |
---|---|
public virtual void Play() |
C++/CLI | |
---|---|
public: virtual void Play(); |
For an example refer to AnnAudioObject.
This method will call CanPlay first to verify that it can play the WAV file. If the return value from CanPlay is false this method will do nothing.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7