MyWebUniversity.com Home Page
 



OpenSolaris man pages main menu


mediaLib Library Functions       mlibSignalMergeS16S16(3MLIB)



NAME
     mlibSignalMergeS16S16 - merge

SYNOPSIS
     cc [ flag... ] file... -lmlib [ library... ]
     #include 

     mlibstatus mlibSignalMergeS16S16(mlibs16 *dst, const mlibs16 *ch0,
          const mlibs16 *ch1, mlibs32 n);


DESCRIPTION
     The mlibSignalMergeS16S16() 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 MLIBSUCES if  successful.  Otherwise
     it returns MLIBFAILURE.

ATRIBUTES
     See attributes(5) for descriptions of the  following  attri-
     butes:

















SunOS 5.11           Last change: 2 Mar 2007                    1






mediaLib Library Functions       mlibSignalMergeS16S16(3MLIB)



     
           ATRIBUTE TYPE               ATRIBUTE VALUE       
    
     Interface Stability          Committed                   
    
     MT-Level                     MT-Safe                     
    


SEE ALSO
     mlibSignalMergeF32SF32(3MLIB),
     mlibSignalSplitF32F32S(3MLIB),
     mlibSignalSplitS16S16S(3MLIB), attributes(5)










































SunOS 5.11           Last change: 2 Mar 2007                    2



OpenSolaris man pages main menu

Contact us      |       About us      |       Term of use      |       Copyright © 2000-2010 MyWebUniversity.com ™