dmGSMEncoderCreate(3dm) dmGSMEncoderCreate(3dm)
NAME
dmGSMEncoderCreate - allocate new DMGSMencoder structure
SYNOPSIS
#include <dmedia/dmaudioutil.h>
DMstatus dmGSMEncoderCreate(DMGSMencoder *encoder)
PARAMETER
encoder DMGSMencoder structure to be allocated.
RETURNED VALUE
If successful, function returns a DMSUCCESS. A DMFAILURE return value
indicates an error.
DESCRIPTION
dmGSMEncoderCreate(3dm) allocates and initializes a DMGSMencoder
structure. This structure is then used for dmGSMEncode(3dm) routine.
NOTE
SEE ALSO
dmGSMEncode(3dm), dmGSMEncoderDestroy(3dm).
Page 1