Open the audio from specified stream.
Open the audio from specified stream.
public void Open(Stream,Codec);
Open the audio file.
public void Open(string);
Open the audio file with specified codec.
public void Open(string,Codec);
AudioPlayer Class | Resco.Audio Namespace