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