Method | Description | |
---|---|---|
Pause ( ) : void | ||
Play ( bool restart = true ) : void | ||
Stop ( ) : void | ||
Update ( |
||
VideoPlayer ( string file, bool autosize = true ) : System | ||
VideoPlayer ( string audio, string file, bool autosize = true ) : System |
Method | Description | |
---|---|---|
OnPlayEnd ( object sender, |
||
SetProgress ( ) : void |
protected OnPlayEnd ( object sender, |
||
sender | object | |
e | ||
return | void |
public Update ( |
||
gameTime | ||
return | void |
public VideoPlayer ( string file, bool autosize = true ) : System | ||
file | string | |
autosize | bool | |
return | System |
public VideoPlayer ( string audio, string file, bool autosize = true ) : System | ||
audio | string | |
file | string | |
autosize | bool | |
return | System |