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