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