C# 클래스 TraktPlugin.TraktHandlers.ArgusTVLive

상속: ITraktHandler
파일 보기 프로젝트 열기: trakt/Trakt-for-Mediaportal

공개 메소드들

메소드 설명
ArgusTVLive ( int priority ) : System
Scrobble ( string filename ) : bool
StopScrobble ( ) : void
SyncLibrary ( ) : void
SyncProgress ( ) : void

비공개 메소드들

메소드 설명
GetCurrentProgram ( ) : VideoInfo

Gets the current program

GetRuntime ( ArgusTV.DataContracts.GuideProgram program ) : double
IsProgramWatched ( VideoInfo program ) : bool

Checks if the current program is considered watched

메소드 상세

ArgusTVLive() 공개 메소드

public ArgusTVLive ( int priority ) : System
priority int
리턴 System

Scrobble() 공개 메소드

public Scrobble ( string filename ) : bool
filename string
리턴 bool

StopScrobble() 공개 메소드

public StopScrobble ( ) : void
리턴 void

SyncLibrary() 공개 메소드

public SyncLibrary ( ) : void
리턴 void

SyncProgress() 공개 메소드

public SyncProgress ( ) : void
리턴 void