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

 

SAA_audioMarkerGetNameLengths()

Gets the lengths of the names 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 nameSizes [ SAA_AllocInt $nbMarkers ] 
SAA_audioMarkerGetNamelengths $scene $elem $nbMarkers $markers $nameSizes

 

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().
nameLengths
Returns an array containing the name lengths of the audio markers. The name length is the number of characters in the name, not including the terminating null character.

See Also

SAA Index ] Examples SAA calls index ]

copyright Video-Collage Inc.