Xeno-rat
Loading...
Searching...
No Matches
NAudio.Wave.StoppedEventArgs Class Reference

Stopped Event Args. More...

Inheritance diagram for NAudio.Wave.StoppedEventArgs:
Collaboration diagram for NAudio.Wave.StoppedEventArgs:

Public Member Functions

 StoppedEventArgs (Exception exception=null)
 Initializes a new instance of StoppedEventArgs.
 

Properties

Exception Exception [get]
 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.
 

Private Attributes

readonly Exception exception
 

Detailed Description

Stopped Event Args.

Constructor & Destructor Documentation

◆ StoppedEventArgs()

NAudio.Wave.StoppedEventArgs.StoppedEventArgs ( Exception exception = null)
inline

Initializes a new instance of StoppedEventArgs.

Parameters
exceptionAn exception to report (null if no exception)

Member Data Documentation

◆ exception

readonly Exception NAudio.Wave.StoppedEventArgs.exception
private

Property Documentation

◆ Exception

Exception NAudio.Wave.StoppedEventArgs.Exception
get

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.


The documentation for this class was generated from the following file: