C# Class Ass2Srt.SrtWriter

Show file Open project: dxcheng25/AssToolkit Class Usage Examples

Public Methods

Method Description
SrtWriter ( string strFolderPath, string strFileNameWithoutExtension, int type ) : System
WriteSrtFile ( string strSrtLines ) : bool

Private Methods

Method Description
CreateFolder ( ) : void

Method Details

SrtWriter() public method

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

WriteSrtFile() public method

public WriteSrtFile ( string strSrtLines ) : bool
strSrtLines string
return bool