C# 클래스 GnomeSubtitles.Ui.VideoPreview.PlayerPositionWatcher

파일 보기 프로젝트 열기: GNOME/gnome-subtitles 1 사용 예제들

공개 메소드들

메소드 설명
PlayerPositionWatcher ( PlayerGetTimeFunc playerGetPositionFunc ) : GStreamer
Start ( ) : void

Starts watching for changes on the player position.

Stop ( ) : void

비공개 메소드들

메소드 설명
AddCheckPositionTimeout ( ) : void
CheckPosition ( ) : bool
EmitPositionChanged ( System.TimeSpan position ) : void
RemoveCheckPositionTimeout ( ) : void

메소드 상세

PlayerPositionWatcher() 공개 메소드

public PlayerPositionWatcher ( PlayerGetTimeFunc playerGetPositionFunc ) : GStreamer
playerGetPositionFunc PlayerGetTimeFunc
리턴 GStreamer

Start() 공개 메소드

Starts watching for changes on the player position.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void