C# Class SimTelemetry.SoundPlayer

Inheritance: IDisposable
Afficher le fichier Open project: nlhans/SimTelemetry

Méthodes publiques

Méthode 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

Méthode Description
SoundPlayback ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Keepup() public méthode

public Keepup ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

PullAudio() public static méthode

public static PullAudio ( short buf, int length ) : void
buf short
length int
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

SoundPlayer() public méthode

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