public AudioPlayer(AudioStream stream) { Stream = stream; Paused = false; //stopproc = new SYNCPROC(OnStop); }