MobileForms Toolkit Documentation

AsyncErrorEventArgs Class

The AsyncError event occurs when an AudioPlayer/AudioRecorder change its state and an exception was thrown. A AsyncErrorEventArgs specifies the AudioPlayer/AudioRecorder which raise event.

For a list of all members of this type, see AsyncErrorEventArgs Members.

System.Object
   Resco.Audio.AsyncCompletedEventArgs
      Resco.Audio.AsyncErrorEventArgs

public class AsyncErrorEventArgs : AsyncCompletedEventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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.

Exception is used to identify exception which causes error.

Requirements

Namespace: Resco.Audio

Assembly: Resco.Audio.CF3 (in Resco.Audio.CF3.dll)

See Also

AsyncErrorEventArgs Members | Resco.Audio Namespace