Content-type: text/html Man page of mlib_SignalEmphasizeFree_S16_S16

mlib_SignalEmphasizeFree_S16_S16

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

NAME

mlib_SignalEmphasizeFree_S16_S16, mlib_SignalEmphasizeFree_S16S_S16S, mlib_SignalEmphasizeFree_F32_F32, mlib_SignalEmphasizeFree_F32S_F32S - clean up for signal pre-emphasizing  

SYNOPSIS

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

void mlib_SignalEmphasizeFree_S16_S16(void *filter);

void mlib_SignalEmphasizeFree_S16S_S16S(void *filter);

void mlib_SignalEmphasizeFree_F32_F32(void *filter);

void mlib_SignalEmphasizeFree_F32S_F32S(void *filter);

 

DESCRIPTION

Each of these functions releases the memory allocated for the internal state's structure.  

PARAMETERS

Each of the functions takes the following arguments:

filter

Internal filter structure.

 

RETURN VALUES

None.  

ATTRIBUTES

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

ATTRIBUTE TYPEATTRIBUTE VALUE

Interface StabilityCommitted

MT-Level

 

SEE ALSO

mlib_SignalEmphasize_S16_S16_Sat(3MLIB), mlib_SignalEmphasizeInit_S16_S16(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:04 GMT, October 02, 2010