C# Class SharpFFmpeg.ASoundPlayer

Afficher le fichier Open project: crazyender/FFMPEG.net

Méthodes publiques

Méthode Description
ASoundPlayer ( ) : System
PutSample ( WaveDataType type ) : void
Start ( ) : bool
Stop ( ) : void

Private Methods

Méthode Description
WaveoutThread ( ) : void
WriteWaveOut ( IntPtr buf, int size ) : int

Method Details

ASoundPlayer() public méthode

public ASoundPlayer ( ) : System
Résultat System

PutSample() public méthode

public PutSample ( WaveDataType type ) : void
type WaveDataType
Résultat void

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void