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