dmG728DecoderSetParams(3dm) dmG728DecoderSetParams(3dm)
NAME
dmG728DecoderSetParams - set G728 decoder parameter values.
SYNOPSIS
#include <dmedia/dmaudioutil.h>
#include <dmedia/dmaudio.h>
#include <dmedia/dmparams.h>
DMstatus dmG728DecoderSetParams(DMG728decoder handle,
DMparams *params)
PARAMETER
handle DMG728decoder structure, created by dmG728DecoderCreate(3dm).
params List of parameters for specification. Null (0) value ok.
RETURNED VALUE
Returns DMSUCCESS or DMFAILURE.
DESCRIPTION
dmG728DecoderSetParams(3dm) sets state of G728 decoder with params.
Unrecognized parameters are ignored.
The only parameter of params for G.728 decoder specification is, defined
in dmedia/dm_audioutil.h:
DMG728POSTFILTERINGFLAG
The value for DMG728POSTFILTERINGFLAG can be
DMG728POSTFILTERINGYES
DMG728POSTFILTERINGNO
that selects a decoder with or without postfiltering. for speech/voice
signal, postfiltering should be used. For DTMF tone or music audio, no
postfiltering should be used. Without calling
dmG728DecoderSetParams(3dm), decoder sets default to
DMG728POSTFILTERINGYES.
NOTE
Page 1
dmG728DecoderSetParams(3dm) dmG728DecoderSetParams(3dm)
SEE ALSO
dmG728DecoderCreate(3dm), dmG728Decode(3dm), dmG728DecoderGetParams(3dm).
Page 2