C# Class subtitleMemorize.SubtitleMatcher.SubtitleMatcherCache

Afficher le fichier Open project: ChangSpivey/SubtitleMemorize Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void

SubtitleMatcherCache() public méthode

public SubtitleMatcherCache ( object extendedLineInfos1, object extendedLineInfos2 ) : System
extendedLineInfos1 object
extendedLineInfos2 object
Résultat System