C# Class SCSharp.UI.SmackerPlayer

Afficher le fichier Open project: kangaroo/scsharp Class Usage Examples

Méthodes publiques

Méthode Description
Play ( ) : void
SmackerPlayer ( Stream smk_stream ) : System
SmackerPlayer ( Stream smk_stream, int buffered_frames ) : System
Stop ( ) : void

Private Methods

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

Method Details

Play() public méthode

public Play ( ) : void
Résultat void

SmackerPlayer() public méthode

public SmackerPlayer ( Stream smk_stream ) : System
smk_stream Stream
Résultat System

SmackerPlayer() public méthode

public SmackerPlayer ( Stream smk_stream, int buffered_frames ) : System
smk_stream Stream
buffered_frames int
Résultat System

Stop() public méthode

public Stop ( ) : void
Résultat void