C# Class GnomeSubtitles.Ui.VideoPreview.VideoPosition

Mostra file Open project: GNOME/gnome-subtitles Class Usage Examples

Public Methods

Method Description
Disable ( ) : void
VideoPosition ( Player player ) : GnomeSubtitles.Core

Private Methods

Method Description
AddUserUpdateTimeout ( ) : void
ConnectSliderSignals ( ) : void
DisconnectSliderSignals ( ) : void
EmitVideoPositionChanged ( System.TimeSpan newPosition ) : void
OnBaseInitFinished ( ) : void
OnBaseTimingModeChanged ( TimingMode timingMode ) : void
OnBaseVideoLoaded ( Uri videoUri ) : void
OnPlayerPositionChanged ( System.TimeSpan newPosition ) : void

Handles changes in the player position.

OnSliderValueChanged ( object o, EventArgs args ) : void
RemoveUserUpdateTimeout ( ) : void
SetLength ( System.TimeSpan length ) : void
SetSliderLength ( System.TimeSpan length ) : void
UpdateLengthLabel ( TimingMode timingMode, System.TimeSpan length ) : void
UpdatePlayerPosition ( ) : bool
UpdatePositionLabel ( TimingMode timingMode ) : void
UpdatePositionValueLabel ( System.TimeSpan newPosition ) : void
UpdatePositionValues ( System.TimeSpan newPosition ) : void
UpdateSlider ( System.TimeSpan newPosition ) : void

Method Details

Disable() public method

public Disable ( ) : void
return void

VideoPosition() public method

public VideoPosition ( Player player ) : GnomeSubtitles.Core
player Player
return GnomeSubtitles.Core