VideoEdit Gold ActiveX Control

SRTMakerClear Method

Description

Clear subtitle texts on memory. If you call SRTMakerAddSubTitle method it will add the subtitle text on memory.  If you call SRTMakerClear, it will clear all subtitle texts on memory.

Syntax

Public Function SRTMakerClear ()

No Parameter


No Return Value
 

Example

Visual Basic Syntax
AxVideoEdit1.SRTMakerClear()
AxVideoEdit1.SRTMakerAddSubTitle(0, 10, "This is subtitle 1")
AxVideoEdit1.SRTMakerAddSubTitle(11, 20, "This is subtitle 2")
AxVideoEdit1.SRTMakerAddSubTitle(21, 30, "This is subtitle 3")
AxVideoEdit1.SRTMakerSave("c:\test1.srt")