Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Forward ( System.TimeSpan inc ) : void | ||
Open ( |
||
Pause ( ) : void | ||
Play ( ) : void | ||
Player ( Gtk.AspectFrame aspectFrame ) : GnomeSubtitles.Ui.VideoPreview.Exceptions | ||
Rewind ( System.TimeSpan dec ) : void | ||
Seek ( System.TimeSpan newPosition ) : void | ||
Seek ( double newPosition ) : void | ||
SpeedDown ( ) : void | ||
SpeedReset ( ) : void | ||
SpeedUp ( ) : void |
Method | Description | |
---|---|---|
ChangeSpeed ( float newSpeed ) : void | ||
GetPosition ( ) : System.TimeSpan |
Gets the current player position.
|
|
InitializePlaybin ( ) : void | ||
InitializePositionWatcher ( ) : void | ||
InitializeSocket ( ) : void | ||
OnPlaybinEndOfStream ( ) : void | ||
OnPlaybinError ( |
||
OnPlaybinFoundTag ( |
||
OnPlaybinFoundVideoInfo ( |
||
OnPlaybinStateChanged ( |
||
OnPositionWatcherChanged ( System.TimeSpan time ) : void |
public Forward ( System.TimeSpan inc ) : void | ||
inc | System.TimeSpan | |
return | void |
public Player ( Gtk.AspectFrame aspectFrame ) : GnomeSubtitles.Ui.VideoPreview.Exceptions | ||
aspectFrame | Gtk.AspectFrame | |
return | GnomeSubtitles.Ui.VideoPreview.Exceptions |
public Seek ( System.TimeSpan newPosition ) : void | ||
newPosition | System.TimeSpan | |
return | void |