Method | Description | |
---|---|---|
Close ( ) : void | ||
Forward ( ) : void | ||
Hide ( ) : void | ||
Open ( |
Opens a video file.
|
|
Quit ( ) : void | ||
Rewind ( ) : void | ||
Seek ( System.TimeSpan time ) : void |
Seeks to the specified time.
|
|
Seek ( int frames ) : void | ||
SeekToPath ( Gtk.TreePath path ) : void | ||
SeekToSelection ( ) : void | ||
SeekToSelection ( bool allowRewind ) : void | ||
SelectNearestSubtitle ( ) : void | ||
SetLoopSelectionPlayback ( bool enabled ) : void | ||
Show ( ) : void | ||
SpeedDown ( ) : void | ||
SpeedReset ( ) : void | ||
SpeedUp ( ) : void | ||
Video ( ) : GnomeSubtitles.Core |
Method | Description | |
---|---|---|
InitializePlayer ( ) : void | ||
InitializeVideoFrame ( ) : void | ||
OnBaseInitFinished ( ) : void | ||
OnPlayPauseButtonToggled ( object o, |
||
OnPlayerEndOfStream ( ) : void | ||
OnPlayerError ( |
||
OnPlayerFoundDuration ( System.TimeSpan duration ) : void | ||
OnPlayerFoundVideoInfo ( |
||
OnPlayerStateChanged ( |
||
OnSubtitleSelectionChanged ( Gtk.TreePath paths, |
||
OnVideoPositionChangedLoopPlayback ( System.TimeSpan position ) : void |
Do loop playback when it's enabled, seeking to current selection on video position change.
|
|
Pause ( ) : void | ||
Play ( ) : void | ||
SetControlsSensitivity ( bool sensitivity ) : void | ||
SetCustomIcons ( ) : void | ||
SetSelectionDependentControlsSensitivity ( bool sensitivity ) : void | ||
SilentDisablePlayPauseButton ( ) : void | ||
UpdateSpeedControls ( float speed ) : void | ||
handlePlayerLoading ( ) : void | ||
isPlayerLoadComplete ( ) : bool |
public Seek ( System.TimeSpan time ) : void | ||
time | System.TimeSpan | The time position to seek to, in seconds. |
return | void |
public SeekToPath ( Gtk.TreePath path ) : void | ||
path | Gtk.TreePath | |
return | void |
public SeekToSelection ( bool allowRewind ) : void | ||
allowRewind | bool | |
return | void |
public SetLoopSelectionPlayback ( bool enabled ) : void | ||
enabled | bool | |
return | void |