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