The AsyncCompleted event occurs when an AudioPlayer/AudioRecorder change its state. A AsyncCompletedEventArgs specifies the AudioPlayer/AudioRecorder which raise event.
For a list of all members of this type, see AsyncCompletedEventArgs Members.
System.Object
Resco.Audio.AsyncCompletedEventArgs
Resco.Audio.AsyncErrorEventArgs
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This class is used in the AudioPlayer/AudioRecorder events. It provide som usesfull informations.
Parameter is used for some audio states. For Stopped it indicate whether the end of file was reached. For Forwarding and Rewinding it indicate whether is it done from the begining of the audio.
Namespace: Resco.Audio
Assembly: Resco.Audio.CF3 (in Resco.Audio.CF3.dll)
AsyncCompletedEventArgs Members | Resco.Audio Namespace