1mlib_SignalADPCMFree(3MLIB)mediaLib Library Functionsmlib_SignalADPCMFree(3MLIB)
2
3
4
6 mlib_SignalADPCMFree - adaptive differential pulse code modulation
7 (ADPCM)
8
10 cc [ flag... ] file... -lmlib [ library... ]
11 #include <mlib.h>
12
13 void mlib_SignalADPCMFree(void *state);
14
15
17 The mlib_SignalADPCMFree() function frees the internal structure for
18 the codec for functions that perform adaptive differential pulse code
19 modulation (ADPCM) in compliance with the ITU (former CCITT) G.721,
20 G.723, and G.726 specifications.
21
23 The function takes the following arguments:
24
25 state Internal structure of the codec.
26
27
29 None.
30
32 See attributes(5) for descriptions of the following attributes:
33
34
35
36
37 ┌─────────────────────────────┬─────────────────────────────┐
38 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
39 ├─────────────────────────────┼─────────────────────────────┤
40 │Interface Stability │Committed │
41 ├─────────────────────────────┼─────────────────────────────┤
42 │MT-Level │MT-Safe │
43 └─────────────────────────────┴─────────────────────────────┘
44
46 mlib_SignalADPCM2Bits2Linear(3MLIB), mlib_SignalADPCM3Bits2Lin‐
47 ear(3MLIB), mlib_SignalADPCM4Bits2Linear(3MLIB), mlib_SignalAD‐
48 PCM5Bits2Linear(3MLIB), mlib_SignalADPCMInit(3MLIB), mlib_Sig‐
49 nalLinear2ADPCM2Bits(3MLIB), mlib_SignalLinear2ADPCM3Bits(3MLIB),
50 mlib_SignalLinear2ADPCM4Bits(3MLIB), mlib_Sig‐
51 nalLinear2ADPCM5Bits(3MLIB), attributes(5)
52
53
54
55SunOS 5.11 2 Mar 2007 mlib_SignalADPCMFree(3MLIB)