AddPicInPicEffect
|
AddPicInPicEffect |
Description
Add Picture In Picture effect on specific video track.
Syntax
Public Function AddPicInPicEffect ( _ |
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
iOffsetX
The x-coordinate of the subrectangle on the source, in pixels
iOffsetY
The y-coordinate of the subrectangle on the source, in pixels
iWidth
The Width of the target rectangle, in pixels.
iHeight
The Height of the target rectangle, in pixels.
Return Value
Return true - successful
Return false - Failed
Example
Visual Basic Syntax |