1mlib_SignalMerge_S16S_S16(3mMeLdIiBa)Lib Library Funcmtliiobn_sSignalMerge_S16S_S16(3MLIB)
2
3
4

NAME

6       mlib_SignalMerge_S16S_S16 - merge
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       mlib_status mlib_SignalMerge_S16S_S16(mlib_s16 *dst, const mlib_s16 *ch0,
13            const mlib_s16 *ch1, mlib_s32 n);
14
15

DESCRIPTION

17       The  mlib_SignalMerge_S16S_S16()  function  merges two signal arrays to
18       form a stereo signal array.
19

PARAMETERS

21       The function takes the following arguments:
22
23       dst    Output stereo signal array. dst[2*i]  contains  Channel  0,  and
24              dst[2*i+1] contains Channel 1.
25
26
27       ch0    Input signal array of Channel 0.
28
29
30       ch1    Input signal array of Channel 1.
31
32
33       n      Number of samples in the source signal arrays.
34
35

RETURN VALUES

37       The  function  returns MLIB_SUCCESS if successful. Otherwise it returns
38       MLIB_FAILURE.
39

ATTRIBUTES

41       See attributes(5) for descriptions of the following attributes:
42
43
44
45
46       ┌─────────────────────────────┬─────────────────────────────┐
47       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
48       ├─────────────────────────────┼─────────────────────────────┤
49       │Interface Stability          │Committed                    │
50       ├─────────────────────────────┼─────────────────────────────┤
51       │MT-Level                     │MT-Safe                      │
52       └─────────────────────────────┴─────────────────────────────┘
53

SEE ALSO

55       mlib_SignalMerge_F32S_F32(3MLIB),     mlib_SignalSplit_F32_F32S(3MLIB),
56       mlib_SignalSplit_S16_S16S(3MLIB), attributes(5)
57
58
59
60SunOS 5.11                        2 Mar 2007  mlib_SignalMerge_S16S_S16(3MLIB)
Impressum