Content-type: text/html Man page of mlib_SignalMerge_F32S_F32

mlib_SignalMerge_F32S_F32

Section: mediaLib Library Functions (3MLIB)
Updated: 2 Mar 2007
Index Return to Main Contents
 

NAME

mlib_SignalMerge_F32S_F32 - merge  

SYNOPSIS

cc [ flag... ] file... -lmlib [ library... ]
#include <mlib.h>

mlib_status mlib_SignalMerge_F32S_F32(mlib_f32 *dst, const mlib_f32 *ch0,
    const mlib_f32 *ch1, mlib_s32 n);

 

DESCRIPTION

The mlib_SignalMerge_F32S_F32() function merges two signal arrays to form a stereo signal array.  

PARAMETERS

The function takes the following arguments:

dst

Output stereo signal array. dst[2*i] contains Channel 0, and dst[2*i+1] contains Channel 1.

ch0

Input signal array of Channel 0.

ch1

Input signal array of Channel 1.

n

Number of samples in the source signal arrays.

 

RETURN VALUES

The function returns MLIB_SUCCESS if successful. Otherwise it returns MLIB_FAILURE.  

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE

Interface StabilityCommitted

MT-Level

 

SEE ALSO

mlib_SignalMerge_S16S_S16(3MLIB), mlib_SignalSplit_F32_F32S(3MLIB), mlib_SignalSplit_S16_S16S(3MLIB), attributes(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
RETURN VALUES
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:38:20 GMT, October 02, 2010