opensolaris man page for mlib_signalsplit_f32_f32s

Query: mlib_signalsplit_f32_f32s

OS: opensolaris

Section: 3mlib

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

mlib_SignalSplit_F32_F32S(3MLIB)			    mediaLib Library Functions				  mlib_SignalSplit_F32_F32S(3MLIB)

NAME
mlib_SignalSplit_F32_F32S - split
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_SignalSplit_F32_F32S(mlib_f32 *ch0, mlib_f32 *ch1, const mlib_f32 *src, mlib_s32 n);
DESCRIPTION
The following function splits a stereo signal array into two signal arrays.
PARAMETERS
The function takes the following arguments: ch0 Destination signal array of Channel 0. ch1 Destination signal array of Channel 1. src Source stereo signal array. src[2*i] contains Channel 0, and src[2*i+1] contains Channel 1. n Number of samples in the source signal array.
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 TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
attributes(5) SunOS 5.11 2 Mar 2007 mlib_SignalSplit_F32_F32S(3MLIB)
Related Man Pages
mlib_signalupsamplefir_f32s_f32s(3mlib) - opensolaris
mlib_signalemphasize_f32s_f32s(3mlib) - opensolaris
mlib_signalemphasize_s16s_s16s_sat(3mlib) - opensolaris
mlib_signalemphasize_f32_f32(3mlib) - opensolaris
mlib_signalsplit_f32_f32s(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
Fiber Channel StorageTek Array Visible to OS