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