Query: mlib_signallinear2adpcm2bits
OS: opensolaris
Section: 3mlib
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
mlib_SignalLinear2ADPCM2Bits(3MLIB) mediaLib Library Functions mlib_SignalLinear2ADPCM2Bits(3MLIB)NAMEmlib_SignalLinear2ADPCM2Bits - adaptive differential pulse code modulation (ADPCM)SYNOPSIScc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_SignalLinear2ADPCM2Bits(mlib_u8 *adpcm, const mlib_s16 *pcm,void *state, mlib_s32 n);DESCRIPTIONThe mlib_SignalLinear2ADPCM2Bits() function performs adaptive differential pulse code modulation (ADPCM) in compliance with the ITU (former CCITT) G.721, G.723, and G.726 specifications. It converts data from2-bit ADPCM to 16-bit linear PCM to G.723 or G.726 16kbps format.PARAMETERSThe function takes the following arguments: adpcm ADPCM code array. pcm Linear PCM sample array. state Internal structure of the codec. n Number of samples in the source array.RETURN VALUESThe function returns MLIB_SUCCESS if successful. Otherwise it returns MLIB_FAILURE.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOmlib_SignalADPCM2Bits2Linear(3MLIB), mlib_SignalADPCM3Bits2Linear(3MLIB), mlib_SignalADPCM4Bits2Linear(3MLIB), mlib_SignalADPCM5Bits2Lin- ear(3MLIB), mlib_SignalADPCMFree(3MLIB), mlib_SignalADPCMInit(3MLIB), mlib_SignalLinear2ADPCM3Bits(3MLIB), mlib_Sig- nalLinear2ADPCM4Bits(3MLIB), mlib_SignalLinear2ADPCM5Bits(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_SignalLinear2ADPCM2Bits(3MLIB)
Similar Topics in the Unix Linux Community |
---|
How to learn UNIX |
PHP Man Pages Now Available (Over 10,000) |
Change directory for core file |
Identify problem with while getopts |
%memused is high |