amfIMovie AddNewMarker

Creates a new marker for the movie.

Syntax

movie_handle AddNewMarker marker_handle

Description

Creates a new marker for the movie, with the given name for the marker handle, and adds it to the end of the vector of markers.

Inputs

marker_handle
The marker handle name.

Example

movie_handle AddNewMarker marker_handle_1 

Error

Standard hwResult error codes:
  • 1 = HW_Error
  • 3 = HW_InvalidHandle
  • 4 = HW_InvalidArgs