MyWebUniversity.com Home Page
 



OpenSolaris man pages main menu


mediaLib Library Functions            mlibSignaluLaw2ALaw(3MLIB)



NAME
     mlibSignaluLaw2ALaw - ITU G.711 m-law and A-law compression
     and decompression

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

     mlibstatus mlibSignaluLaw2ALaw(mlibu8 *acode,
          const mlibu8 *ucode, mlibs32 n);


DESCRIPTION
     The mlibSignaluLaw2ALaw() function performs ITU G.711 m-law
     and  A-law  compression and decompression in compliance with
     the ITU (formerly CIT) G.711 specification.

PARAMETERS
     The function takes the following arguments:

     acode    A-law code array.


     ucode    m-law code array.


     n        Number of samples in the input array.


RETURN VALUES
     The function returns MLIBSUCES if  successful.  Otherwise
     it returns MLIBFAILURE.

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



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


SEE ALSO
     mlibSignalALaw2Linear(3MLIB),  mlibSignalALaw2uLaw(3MLIB),
     mlibSignalLinear2ALaw(3MLIB),
     mlibSignalLinear2uLaw(3MLIB),



SunOS 5.11           Last change: 2 Mar 2007                    1






mediaLib Library Functions            mlibSignaluLaw2ALaw(3MLIB)



     mlibSignaluLaw2Linear(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 ™