opensolaris man page for mlib_signalsinewavefree_f32

Query: mlib_signalsinewavefree_f32

OS: opensolaris

Section: 3mlib

Links: opensolaris man pages   all man pages

Forums: forum home   forum categories

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

mlib_SignalSineWaveFree_F32(3MLIB)			    mediaLib Library Functions				mlib_SignalSineWaveFree_F32(3MLIB)

NAME
mlib_SignalSineWaveFree_F32 - sine wave generation
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> void mlib_SignalSineWaveFree_F32(void *state);
DESCRIPTION
The mlib_SignalSineWaveFree_F32() function releases the memory allocated for the internal state's structure.
PARAMETERS
The function takes the following arguments: state Internal state structure.
RETURN VALUES
None.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
mlib_SignalSineWave_S16(3MLIB), mlib_SignalSineWaveInit_S16(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_SignalSineWaveFree_F32(3MLIB)