Open the recorder to specified stream.
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);
AudioRecorder Class | Resco.Audio Namespace