dmG728DecoderCreate(3dm) dmG728DecoderCreate(3dm)
NAME
dmG728DecoderCreate - allocate new DMG728decoder structure
SYNOPSIS
#include <dmedia/dmaudioutil.h>
DMstatus dmG728DecoderCreate(DMG728decoder *decoder)
PARAMETER
decoder DMG728decoder structure to be allocated.
RETURNED VALUE
If successful, function returns a DMSUCCESS. A DMFAILURE return value
indicates an error.
DESCRIPTION
dmG728DecoderCreate(3dm) allocates and initializes a DMG728decoder
structure. This structure is then used for dmG728Decode(3dm) routine.
NOTE
See dmG728DecoderSetParams(3dm) for parameter specification.
SEE ALSO
dmG728DecoderSetParams, dmG728Decode(3dm), dmG728DecoderDestroy(3dm), ITU
Recommendations G.728.
Page 1