dmDVIAudioDecoderReset(3dm) dmDVIAudioDecoderReset(3dm)
NAME
dmDVIAudioDecoderReset - fill decoder internal buffers with zeros.
SYNOPSIS
#include <dmedia/dmaudioutil.h>
#include <dmedia/dmedia.h>
DMstatus dmDVIAudioDecoderReset(DMDVIaudiodecoder handle)
PARAMETER
decoder DMDVIaudiodecoder structure
RETURN VALUE
Returns DMFAILURE or DMSUCCESS.
DESCRIPTION
dmDVIAudioDecoderReset(3dm) fills the decoder's internal filter buffers
with zeros. The compression parameter values stored in DMDVIaudiodecoder
are unchanged. Call this function whenever the decoder's input data flow
has been interrupted.
SEE ALSO
dmDVIAudioDecoderSetParams(3dm), dmDVIAudioDecode(3dm).
Page 1