dmFS1016DecoderCreate(3dm) dmFS1016DecoderCreate(3dm)
NAME
dmFS1016DecoderCreate - allocate new DMFS1016decoder structure
SYNOPSIS
#include <dmedia/dmedia.h>
#include <dmedia/dmparams.h>
#include <dmedia/dmaudioutil.h>
DMstatus dmFS1016DecoderCreate(DMFS1016decoder *decoder)
PARAMETER
decoder DMFS1016decoder structure to be allocated.
RETURNED VALUE
If successful, function returns a DMSUCCESS. A DMFAILURE return value
indicates an error.
DESCRIPTION
dmFS1016DecoderCreate(3dm) allocates and initializes a DMFS1016decoder
structure. This structure is then used for dmFS1016Decode(3dm) routine.
NOTE
See dmFS1016DecoderSetParams(3dm) for parameter specification.
SEE ALSO
dmFS1016DecoderSetParams, dmFS1016Decode(3dm),
dmFS1016DecoderDestroy(3dm), Federal Standard 1016.
Page 1