C# 클래스 jxGameFramework.Media.VideoPlayer

상속: VideoPlayerBase
파일 보기 프로젝트 열기: jxpxxzj/WarshipGirl

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnPlayEnd ( object sender, EventArgs e ) : void
SetProgress ( ) : void

메소드 상세

OnPlayEnd() 보호된 메소드

protected OnPlayEnd ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( bool restart = true ) : void
restart bool
리턴 void

SetProgress() 보호된 메소드

protected SetProgress ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Update() 공개 메소드

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

VideoPlayer() 공개 메소드

public VideoPlayer ( string file, bool autosize = true ) : System
file string
autosize bool
리턴 System

VideoPlayer() 공개 메소드

public VideoPlayer ( string audio, string file, bool autosize = true ) : System
audio string
file string
autosize bool
리턴 System