AddKeyTransparentEffect
|
AddKeyTransparentEffect |
Description
Add chroma key effect on specific video track.
Syntax
Public Function AddKeyTransparentEffect ( _ |
Parameter
iVideoTrack
the index of video track. The first video track is 0.
iStartTime
the start time of effect
iStopTime
the end time of effect
clrTranColor
the transparent color
Return Value
Return true - successful
Return false - Failed
Example
Visual Basic Syntax |