C# 클래스 subtitleMemorize.SubtitleMatcher.SubtitleMatcherCache

파일 보기 프로젝트 열기: ChangSpivey/SubtitleMemorize 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ShiftTime() 공개 메소드

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
리턴 void

SubtitleMatcherCache() 공개 메소드

public SubtitleMatcherCache ( object extendedLineInfos1, object extendedLineInfos2 ) : System
extendedLineInfos1 object
extendedLineInfos2 object
리턴 System