vcanim.gif (8357 bytes)SAA_audioMarkerCreate()
Home ] Sales ] Products ] Services ] Support ] Downloads ]

 

SAA_audioMarkerCreate()

Creates a set of markers in an audio track.

set scene [SAA_AllocScene]
set elem [SAA_AllocElem]
.
.
set markers [ SAA_AllocSubElem $nbMarkers ]
set startFrames [SAA_AllocInt $nbMarkers]
set endFrames [SAA_AllocInt $nbMarkers]
.
.
SAA_audioMarkerCreate $scene $elem $nbMarkers $startFrames $endFrames $markers 

Parameters

elem
An audio track.
nbMarkers
The number of audio markers to create.
startFrames
An array containing the start frames for the audio markers.
endFrames
An array containing the end frames for the audio markers.
markers
Returns an array containing the new markers.

SAA Index ] Examples SAA calls index ]

copyright Video-Collage Inc.