C# Class SharpFFmpeg.ASoundPlayer

Mostrar archivo Open project: crazyender/FFMPEG.net

Public Methods

Method Description
ASoundPlayer ( ) : System
PutSample ( WaveDataType type ) : void
Start ( ) : bool
Stop ( ) : void

Private Methods

Method Description
WaveoutThread ( ) : void
WriteWaveOut ( IntPtr buf, int size ) : int

Method Details

ASoundPlayer() public method

public ASoundPlayer ( ) : System
return System

PutSample() public method

public PutSample ( WaveDataType type ) : void
type WaveDataType
return void

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void