MobileForms Toolkit Documentation

AudioPlayer.Open Method

Open the audio from specified stream.

Overload List

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);

See Also

AudioPlayer Class | Resco.Audio Namespace