SRTMakerAddSubTitle
|
SRTMakerAddSubTitle Method |
Description
Add subtitle text to subtitle text file. Before you call SRTMakerSave method, you should call SRTMakerAddSubTitle method first.
Syntax
Public Function SRTMakerAddSubTitle ( _ |
Parameter
iStartTime
Specifies the start time for displaying subtitle text.
iStopTime
Specifies the end time for displaying subtitle text.
strText
The string of subtitle text.
No Return Value
Example
Visual Basic Syntax |