C# 클래스 OnlineVideos.Subtitles.SubtitleHandler

Helper class to easily incorporate subtitles into a siteutil that supports ITrackingInfo Class needs the SubtitleDownloader http://www.team-mediaportal.com/extensions/movies-videos/subtitledownloader plugin
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2 1 사용 예제들

공개 메소드들

메소드 설명
SetSubtitleText ( System.VideoInfo video, GetTrackingInfo getTrackingInfo, bool threaded = false ) : void
SubtitleHandler ( string className, string languages ) : SubtitleDownloader.Core
WaitForSubtitleCompleted ( ) : void

비공개 메소드들

메소드 설명
SafeSetSubtitleText ( System.VideoInfo video, ITrackingInfo trackingInfo ) : void
SetSubtitleText ( System.VideoInfo video, GetTrackingInfo getTrackingInfo, Thread &thread ) : void
WaitForSubtitleCompleted ( Thread thread ) : void
setSubtitleText ( System.VideoInfo video, ITrackingInfo it ) : void
tryLoad ( string className ) : bool

메소드 상세

SetSubtitleText() 공개 메소드

public SetSubtitleText ( System.VideoInfo video, GetTrackingInfo getTrackingInfo, bool threaded = false ) : void
video System.VideoInfo
getTrackingInfo GetTrackingInfo
threaded bool
리턴 void

SubtitleHandler() 공개 메소드

public SubtitleHandler ( string className, string languages ) : SubtitleDownloader.Core
className string
languages string
리턴 SubtitleDownloader.Core

WaitForSubtitleCompleted() 공개 메소드

public WaitForSubtitleCompleted ( ) : void
리턴 void