C# Class jxGameFramework.Media.VideoPlayerBase

Inheritance: jxGameFramework.Controls.Control
Afficher le fichier Open project: jxpxxzj/WarshipGirl

Méthodes publiques

Свойство Type Description
BufferSize int

Méthodes publiques

Méthode Description
Initialize ( ) : void
Pause ( ) : void
Play ( bool restart = true ) : void
Stop ( ) : void
Update ( GameTime gameTime ) : void
VideoPlayerBase ( string file, bool asize = true ) : System

Méthodes protégées

Méthode Description
SetProgress ( ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
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

VideoPlayerBase() public méthode

public VideoPlayerBase ( string file, bool asize = true ) : System
file string
asize bool
Résultat System

Property Details

BufferSize public_oe property

public int BufferSize
Résultat int