dmG726DecoderDestroy(3dm) dmG726DecoderDestroy(3dm)
NAME
dmG726DecoderDestroy - deallocate a DMG726decoder
SYNOPSIS
#include <dmedia/dmaudioutil.h>
#include <dmedia/dmedia.h>
DMstatus dmG726DecoderDestroy(DMG726decoder handle)
PARAMETER
handle DMG726decoder structure to be deallocated. This structure was
created by dmG726DecoderCreate(3dm).
RETURNED VALUE
Returns DMFAILURE or DMSUCCESS.
DESCRIPTION
dmG726DecoderDestroy(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
dmG726DecoderCreate(3dm).
Page 1