vidIVideo DeleteTracingMarkerByListIndex

Deletes a tracing marker from the video.

Syntax

video_handle DeleteTracingMarkerByListIndex idx

Application

Description

Deletes the specified marker from the video.

Inputs

idx
The 1-based index of the marker.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle Video;
Video AddMovie "c:/video/Marker/data/barrier0411.amf"
Video AddTracingMarker;
Video DeleteTracingMarkerByListIndex 1

Errors

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