C# Class subtitleMemorize.SubtitleMatcher.SubtitleMatcherCache

显示文件 Open project: ChangSpivey/SubtitleMemorize Class Usage Examples

Public Methods

Method Description
ShiftTime ( double shiftTime, bool shiftList1, bool shiftList2 ) : void

Shift all lines that were given as parameters to SubtitleMatcher that created this object by "shiftTime".

SubtitleMatcherCache ( object extendedLineInfos1, object extendedLineInfos2 ) : System

Method Details

ShiftTime() public method

Shift all lines that were given as parameters to SubtitleMatcher that created this object by "shiftTime".
public ShiftTime ( double shiftTime, bool shiftList1, bool shiftList2 ) : void
shiftTime double
shiftList1 bool
shiftList2 bool
return void

SubtitleMatcherCache() public method

public SubtitleMatcherCache ( object extendedLineInfos1, object extendedLineInfos2 ) : System
extendedLineInfos1 object
extendedLineInfos2 object
return System