dmDVIAudioDecoderSetParams(3dm) dmDVIAudioDecoderSetParams(3dm)
dmDVIAudioDecoderSetParams - set DVI Audio decoder parameter values
#include <dmedia/dm_audioutil.h>
#include <dmedia/dm_audio.h>
#include <dmedia/dm_params.h>
DMstatus dmDVIAudioDecoderSetParams(DMDVIaudiodecoder handle,
DMparams *params)
handle DMDVIaudiodecoder structure, created by
dmDVIAudioDecoderCreate(3dm).
params List of parameters for specification. Null (0) value ok.
Returns DM_SUCCESS or DM_FAILURE.
dmDVIAudioDecoderSetParams(3dm) sets state of DVI audio decoder with
params. Unrecognized parameters are ignored.
The parameter for params are, defined in dmedia/dm_audioutil.h:
DM_DVI_AUDIO_BITS_PER_SAMPLE [Toc] [Back]
specifies the compression algorithm. The corresponding value for
DM_DVI_AUDIO_BITS_PER_SAMPLE is one of the following
DM_DVI_AUDIO_3BITS_PER_SAMPLE
DM_DVI_AUDIO_4BITS_PER_SAMPLE
DM_DVI_AUDIO_4BITS_PER_SAMPLE is the default.
SEE ALSO
dmDVIAudioDecoderCreate(3dm), dmDVIAudioDecode(3dm),
dmDVIAudioDecoderGetParams(3dm).
Page 1
dmDVIAudioDecoderSetParams(3dm) dmDVIAudioDecoderSetParams(3dm)
PPPPaaaaggggeeee 2222 [ Back ]
|