Метод | Описание | |
---|---|---|
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 |
public SetSubtitleText ( System.VideoInfo video, GetTrackingInfo getTrackingInfo, bool threaded = false ) : void | ||
video | System.VideoInfo | |
getTrackingInfo | GetTrackingInfo | |
threaded | bool | |
Результат | void |
public SubtitleHandler ( string className, string languages ) : SubtitleDownloader.Core | ||
className | string | |
languages | string | |
Результат | SubtitleDownloader.Core |
public WaitForSubtitleCompleted ( ) : void | ||
Результат | void |