C# Class jxGameFramework.Media.VideoPlayerBase

Inheritance: jxGameFramework.Controls.Control
显示文件 Open project: jxpxxzj/WarshipGirl

Public Properties

Property Type Description
BufferSize int

Public Methods

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

Protected Methods

Method Description
SetProgress ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( bool restart = true ) : void
restart bool
return void

SetProgress() protected method

protected SetProgress ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

VideoPlayerBase() public method

public VideoPlayerBase ( string file, bool asize = true ) : System
file string
asize bool
return System

Property Details

BufferSize public_oe property

public int BufferSize
return int