C# 클래스 SharpFFmpeg.ASoundPlayer

파일 보기 프로젝트 열기: crazyender/FFMPEG.net

공개 메소드들

메소드 설명
ASoundPlayer ( ) : System
PutSample ( WaveDataType type ) : void
Start ( ) : bool
Stop ( ) : void

비공개 메소드들

메소드 설명
WaveoutThread ( ) : void
WriteWaveOut ( IntPtr buf, int size ) : int

메소드 상세

ASoundPlayer() 공개 메소드

public ASoundPlayer ( ) : System
리턴 System

PutSample() 공개 메소드

public PutSample ( WaveDataType type ) : void
type WaveDataType
리턴 void

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : void
리턴 void