C# 클래스 Ass2Srt.SrtWriter

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

공개 메소드들

메소드 설명
SrtWriter ( string strFolderPath, string strFileNameWithoutExtension, int type ) : System
WriteSrtFile ( string strSrtLines ) : bool

비공개 메소드들

메소드 설명
CreateFolder ( ) : void

메소드 상세

SrtWriter() 공개 메소드

public SrtWriter ( string strFolderPath, string strFileNameWithoutExtension, int type ) : System
strFolderPath string
strFileNameWithoutExtension string
type int
리턴 System

WriteSrtFile() 공개 메소드

public WriteSrtFile ( string strSrtLines ) : bool
strSrtLines string
리턴 bool