mediaLib Library Functions mlib_SignalADPCMFree(3MLIB)
NAME
mlib_SignalADPCMFree - adaptive differential pulse code
modulation (ADPCM)SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
void mlib_SignalADPCMFree(void *state);
DESCRIPTION
The mlib_SignalADPCMFree() function frees the internal
structure for the codec for functions that perform adaptive differential pulse code modulation (ADPCM) in compliancewith the ITU (former CCITT) G.721, G.723, and G.726 specifi-
cations.PARAMETERS
The function takes the following arguments: state Internal structure of the codec.RETURN VALUES
None.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
SEE ALSO
mlib_SignalADPCM2Bits2Linear(3MLIB),
mlib_SignalADPCM3Bits2Linear(3MLIB),
mlib_SignalADPCM4Bits2Linear(3MLIB),
mlib_SignalADPCM5Bits2Linear(3MLIB),
mlib_SignalADPCMInit(3MLIB),
mlib_SignalLinear2ADPCM2Bits(3MLIB),
mlib_SignalLinear2ADPCM3Bits(3MLIB),
mlib_SignalLinear2ADPCM4Bits(3MLIB),
mlib_SignalLinear2ADPCM5Bits(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1