C# Class jxGameFramework.Media.VideoPlayer

Inheritance: VideoPlayerBase
Afficher le fichier Open project: jxpxxzj/WarshipGirl

Méthodes publiques

Méthode Description
Pause ( ) : void
Play ( bool restart = true ) : void
Stop ( ) : void
Update ( GameTime gameTime ) : void
VideoPlayer ( string file, bool autosize = true ) : System
VideoPlayer ( string audio, string file, bool autosize = true ) : System

Méthodes protégées

Méthode Description
OnPlayEnd ( object sender, EventArgs e ) : void
SetProgress ( ) : void

Method Details

OnPlayEnd() protected méthode

protected OnPlayEnd ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( bool restart = true ) : void
restart bool
Résultat void

SetProgress() protected méthode

protected SetProgress ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

VideoPlayer() public méthode

public VideoPlayer ( string file, bool autosize = true ) : System
file string
autosize bool
Résultat System

VideoPlayer() public méthode

public VideoPlayer ( string audio, string file, bool autosize = true ) : System
audio string
file string
autosize bool
Résultat System