IMcTracksSplitTrack Method
|
|
Splits the inTrack at FrameIndex. A new track is added to the end.
Namespace:
MediaCy.IQL.Tracking
Assembly:
MediaCy.IQL.Tracking (in MediaCy.IQL.Tracking.dll) Version: 10.0.6912.0
SyntaxFunction SplitTrack (
inTrack As McTrack,
FrameIndex As Integer
) As McTrack
Parameters
- inTrack
- Type: MediaCy.IQL.TrackingMcTrack
- FrameIndex
- Type: SystemInt32
Return Value
Type:
McTrack
See Also