C# 클래스 SCSharp.UI.SmackerPlayer

파일 보기 프로젝트 열기: kangaroo/scsharp 1 사용 예제들

공개 메소드들

메소드 설명
Play ( ) : void
SmackerPlayer ( Stream smk_stream ) : System
SmackerPlayer ( Stream smk_stream, int buffered_frames ) : System
Stop ( ) : void

비공개 메소드들

메소드 설명
DecoderThread ( ) : void
EmitFinished ( ) : void
EmitFrameReady ( ) : void
Events_Tick ( object sender, SdlDotNet.Core.TickEventArgs e ) : void

메소드 상세

Play() 공개 메소드

public Play ( ) : void
리턴 void

SmackerPlayer() 공개 메소드

public SmackerPlayer ( Stream smk_stream ) : System
smk_stream Stream
리턴 System

SmackerPlayer() 공개 메소드

public SmackerPlayer ( Stream smk_stream, int buffered_frames ) : System
smk_stream Stream
buffered_frames int
리턴 System

Stop() 공개 메소드

public Stop ( ) : void
리턴 void