MobileForms Toolkit Documentation

AsyncCompletedEventArgs Class

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 class 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.

Requirements

Namespace: Resco.Audio

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

See Also

AsyncCompletedEventArgs Members | Resco.Audio Namespace