TextToSpeech.IsSpeaking Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether or not the AudioSource is actively playing.
public:
bool IsSpeaking();
public bool IsSpeaking ();
member this.IsSpeaking : unit -> bool
Public Function IsSpeaking () As Boolean
Returns
True, if the AudioSource is playing. False, if the AudioSource is not playing or is null.