C# Class SimTelemetry.SoundPlayer

Inheritance: IDisposable
Mostrar archivo Open project: nlhans/SimTelemetry

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
Keepup ( ) : void
Pause ( ) : void
PullAudio ( short buf, int length ) : void
Resume ( ) : void
SoundPlayer ( Control owner, PullAudio pullAudio, string sample, short channels ) : System

Private Methods

Method Description
SoundPlayback ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Keepup() public method

public Keepup ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

PullAudio() public static method

public static PullAudio ( short buf, int length ) : void
buf short
length int
return void

Resume() public method

public Resume ( ) : void
return void

SoundPlayer() public method

public SoundPlayer ( Control owner, PullAudio pullAudio, string sample, short channels ) : System
owner System.Windows.Forms.Control
pullAudio PullAudio
sample string
channels short
return System