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

 

SAA_audioGetNbSamples()

Gets the number of samples and required buffer size remaining in the file after a given offset.

set scene [SAA_AllocScene]
set elem [SAA_AllocElem]
.
.
SAA_audioGetNbSamples $scene $elem nbSamples bufSize

Parameters

elem
An audio track.
sampleOffset
The offset from the start of the audio track to the start of the sequence, in samples.
nbSamples
Returns the number of samples in the sequence from sampleOffset to the end of the file.
bufSize
Returns the buffer size (in bytes).

SAA Index ] Examples SAA calls index ]

copyright Video-Collage Inc.