AudioStateChangedEventArgs.AudioState Property

Gets the audio state associated with the event.

Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration
Public ReadOnly Property AudioState As AudioState
public AudioState AudioState { get; }
public:
property AudioState AudioState {
    AudioState get ();
}
/** @property */
public AudioState get_AudioState ()
public function get AudioState () : AudioState

Property Value

Returns the AudioState for the current recognizer containing information about the status of the audio signal.

Remarks

The AudioState property contains one of three audio state items.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

AudioStateChangedEventArgs Class
AudioStateChangedEventArgs Members
Microsoft.Speech.Recognition Namespace