dmG722EncoderDestroy(3dm) dmG722EncoderDestroy(3dm)
NAME
dmG722EncoderDestroy - deallocate an DMG722encoder
SYNOPSIS
#include <dmedia/dmaudioutil.h>
#include <dmedia/dmedia.h>
DMstatus dmG722EncoderDestroy(DMG722encoder handle)
PARAMETER
handle DMG722encoder structure to be deallocated. This structure was
created by dmG722EncoderCreate(3dm).
RETURNED VALUE
If successful, function returns a DMSUCCESS. A DMFAILURE return value
indicates an error.
DESCRIPTION
dmG722EncoderDestroy(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
dmG722EncoderCreate(3dm).
Page 1