dmG722DecoderDestroy(3dm) dmG722DecoderDestroy(3dm)
NAME
dmG722DecoderDestroy - deallocate an DMG722decoder
SYNOPSIS
#include <dmedia/dmaudioutil.h>
#include <dmedia/dmedia.h>
DMstatus dmG722DecoderDestroy(DMG722decoder handle)
PARAMETER
handle DMG722decoder structure to be deallocated. This structure was
created by dmG722DecoderCreate(3dm).
RETURNED VALUE
If successful, function returns a DMSUCCESS. A DMFAILURE return value
indicates an error.
DESCRIPTION
dmG722DecoderDestroy(3dm) releases handle's internal buffers and data
structure. handle's value should not be used in any subsequent Audio
Util Library procedure calls.
SEE ALSO
dmG722DecoderCreate(3dm).
Page 1