Class StoppedEventArgs
Stopped Event Args
public class StoppedEventArgs : EventArgs
- Inheritance
-
StoppedEventArgs
- Inherited Members
Constructors
StoppedEventArgs(Exception)
Initializes a new instance of StoppedEventArgs
public StoppedEventArgs(Exception exception = null)
Parameters
exceptionExceptionAn exception to report (null if no exception)
Properties
Exception
An exception. Will be null if the playback or record operation stopped due to the user requesting stop or reached the end of the input audio
public Exception Exception { get; }