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

 

SAA_audioGetNbSampleBits()

Gets the number of bits per sample in an audio track.

set scene [SAA_AllocScene]
set elem [SAA_AllocElem]
.
.
SAA_audioGetNbSampleBits $scene $elem nbBits
#include <SAA.h>

SI_Error SAA_audioGetNbSampleBits
	 (
	 	 const SAA_Scene *scn,
	 	 const SAA_Elem *elem,
	 	 int *nbBits
	 ); 

Parameters

elem
An audio track.
nbBits
Returns the number of bits per sample.

SAA Index ] Examples SAA calls index ]

copyright Video-Collage Inc.