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

 

SAA_audioMarkerGetStartEndFrames()

SAA_audioMarkerSetStartEndFrames()

Gets or sets the start and end frames of a set of markers in an audio track.

set scene [SAA_AllocScene]
set elem [SAA_AllocElem]
.
.
SAA_audioTrackGetNbAudioMarkers $scene $elem nbMarkers
set markers [ SAA_AllocSubElem $nbMarkers ]
SAA_audioTrackGetAudioMarkers $scene $elem $nbMarkers
set startFrames [ SAA_AllocInt $nbMarkers ] 
set endFrames [ SAA_AllocInt $nbMarkers ] 
SAA_audioMarkerGetStartEndFrames $scene $elem $nbMarkers $markers $active
SAA_audioMarkerSetStartEndFrames $scene $elem $nbMarkers $markers $active
Parameters
elem
An audio track.
nbMarkers
The number of audio markers in markers. To get the total number of markers in an audio track, use SAA_audioTrackGetNbAudioMarkers.
markers
An array containing audio markers. To get the markers of an audio track, use SAA_audioTrackGetAudioMarkers().
startFrames
An array containing the start frames of the audio markers.
endFrames
An array containing the end frames of the audio markers.

See Also

SAA Index ] Examples SAA calls index ]

copyright Video-Collage Inc.