UWord16nSamplesPerChannel,/* i : number of samples per channel requested to be written to output buffer */
Word16*pcmBuf,/* i/o: buffer for decoded PCM output. The memory must already be allocated and be able to hold the expected number of output samples, based on frame size and number of output channels Q0 */
constUWord32systemTimestamp_ms/* i : current system timestamp */
constUWord32systemTimestamp_ms,/* i : current system timestamp */
#ifdef SUPPORT_JBM_TRACEFILE
,JbmTraceFileWriterFnjbmWriterFn,
void*jbmWriter
JbmTraceFileWriterFnjbmWriterFn,
void*jbmWriter,
#endif
#ifdef FIX_CREND_SIMPLIFY_CODE
,
bool*bitstreamReadDone/* o : flag indicating that bitstream was read */
bool*bitstreamReadDone,/* o : flag indicating that bitstream was read */
UWord16*nSamplesRendered/* o : number of samples rendered */
UWord16nSamplesPerChannel,/* i : number of samples per channel requested to be written to output buffer */
Word16*pcmBuf,/* i/o: buffer for decoded PCM output. The memory must already be allocated and be able to hold the expected number of output samples, based on frame size and number of output channels Q0 */
constUWord32systemTimestamp_ms/* i : current system timestamp */
constUWord32systemTimestamp_ms,/* i : current system timestamp */
#ifdef SUPPORT_JBM_TRACEFILE
,
JbmTraceFileWriterFnjbmWriterFn,
void*jbmWriter
void*jbmWriter,
#endif
#ifdef FIX_CREND_SIMPLIFY_CODE
,
bool*bitstreamReadDone/* o : flag indicating that bitstream was read */
bool*bitstreamReadDone,/* o : that bitstream was read */
UWord16*nSamplesRendered/* o : number of samples rendered */