- amfIMovie AddNewMarker
Creates a new marker for the movie.
- amfIMovie CalculateTrackingData
Calculates the tracking data, using the OpenCV tracking functionality, for the markers.
- amfIMovie ClearCSPoint1
Remove the first marker from the tracking system.
- amfIMovie ClearCSPoint2
Remove the second marker from the tracking system.
- amfIMovie GetCSFinalTime
Gets the final time of the tracking system.
- amfIMovie GetCSOxFlag
Gets the value of the flag denoting whether or not the connecting line of marker1 and marker2 is the X axis of the tracking system.
- amfIMovie GetCSPoint1ID
Gets the first marker ID of the tracking system.
- amfIMovie GetCSPoint1List
Gets the list of the marker names available as the first point of the tracking system.
- amfIMovie GetCSPoint1Name
Gets the first marker name of the tracking system.
- amfIMovie GetCSPoint2ID
Gets the second marker ID of the tracking system.
- amfIMovie GetCSPoint2List
Gets the list of the marker names available as the second point of the tracking system.
- amfIMovie GetCSPoint2Name
Gets the second marker name of the tracking system.
- amfIMovie GetCSStartTime
Gets the start time of the tracking system.
- amfIMovie GetHeight
Gets the height, in pixels, of the video.
- amfIMovie GetMarkerHandle (deprecated)
Gets a handle to the specified marker, to be used to access APIs available to markers.
- amfIMovie GetMarkerHandleByID
Gets a handle to the specified marker, to be used to access APIs available to markers.
- amfIMovie GetMarkerHandleByIndex
Gets a handle to the specified marker, to be used to access the APIs available to markers.
- amfIMovie GetMasterMeasureLength
Gets the Length of the master measure in the selected unit.
- amfIMovie GetMasterMeasurePixelLength
Gets Length of the master measure in screen pixels.
- amfIMovie GetMasterMeasureType
Gets the unit type used by the master measure.
- amfIMovie GetNumberOfTrackingMarkers
Returns the number of markers currently stored in the video.
- amfIMovie GetSpeedupTracking
Gets the value by which the video resolution will be divided in order to speed up tracking.
- amfIMovie GetUnitTypeList
Returns the list of length units of the master measure.
- amfIMovie GetWidth
Gets the width, in pixels, of the video.
- amfIMovie HideMasterMeasure
Sets the display status for the master measure to off.
- amfIMovie IsMasterMeasureDefined
Returns whether the master measure is defined.
- amfIMovie IsTrackingDefined
Returns whether the tracking system is defined.
- amfIMovie SetCSOxFlag
Sets the value of the flag denoting whether or not the connecting line of the marker1 and marker 2 is the X axis.
- amfIMovie SetCSPoint1
Sets the x, y values of the first points of the tracking system.
- amfIMovie SetCSPoint2
Sets the x, y values of the second points of the tracking system.
- amfIMovie SetMasterMeasureLength
Sets the length of the master measure in the selected unit.
- amfIMovie SetMasterMeasurePoints
Sets the x, y values of the end points of the master measure.
- amfIMovie SetMasterMeasureType
Sets the unit type of the master measure.
- amfIMovie SetSpeedupTracking
Sets the value by which the video resolution will be divided in order to speed up tracking.
- amfIMovie ShowMasterMeasure
Sets the display status for the master measure to on.