MobileForms Toolkit Documentation

AudioRecorder.Open Method

Open the recorder to specified stream.

Overload List

Open the recorder to specified stream.

public void Open(Stream,Codec);

Open the recorder to specified stream.

public void Open(Stream,Codec,bool);

Open the recorded file.

public void Open(string);

Open the recorded file with specified codec.

public void Open(string,Codec);

Open the recorded file with specified codec.

public void Open(string,Codec,bool);

Open the recorded file.

public void Open(string,bool);

See Also

AudioRecorder Class | Resco.Audio Namespace