amfIMarker GetFinalFrameIndex

Gets the index of the final frame for which the marker is being tracked.

Syntax

marker_handle GetFinalFrameIndex

Description

Returns the frame number at which the marker will stop being tracked during the tracking calculation. The default value for the final frame index is -1, which means tracking will continue until the end of the video.

Examples

marker_handle GetFinalFrameIndex

Errors

3 = HW_InvalidHandle
Note: A return value of -1 is not an error code in this case, as -1 is the default value for the final frame (see above).