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