mediaLib Library Functions mlibSignalSineWaveS16(3MLIB)
NAME
mlibSignalSineWaveS16 - sine wave generation
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibSignalSineWaveS16(mlibs16 *sine, void *state,
mlibs32 n);
DESCRIPTION
The mlibSignalSineWaveS16() function generates one packet
of sine wave and updates the internal state.
PARAMETERS
The function takes the following arguments:
sine Generated sine wave array.
state Internal state structure.
n Length of the generated sine wave array in number
of samples.
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
mlibSignalSineWaveFreeS16(3MLIB),
mlibSignalSineWaveInitS16(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|