C# Class SCSharp.UI.SmackerPlayer

Datei anzeigen Open project: kangaroo/scsharp Class Usage Examples

Public Methods

Method Description
Play ( ) : void
SmackerPlayer ( Stream smk_stream ) : System
SmackerPlayer ( Stream smk_stream, int buffered_frames ) : System
Stop ( ) : void

Private Methods

Method Description
DecoderThread ( ) : void
EmitFinished ( ) : void
EmitFrameReady ( ) : void
Events_Tick ( object sender, SdlDotNet.Core.TickEventArgs e ) : void

Method Details

Play() public method

public Play ( ) : void
return void

SmackerPlayer() public method

public SmackerPlayer ( Stream smk_stream ) : System
smk_stream Stream
return System

SmackerPlayer() public method

public SmackerPlayer ( Stream smk_stream, int buffered_frames ) : System
smk_stream Stream
buffered_frames int
return System

Stop() public method

public Stop ( ) : void
return void