Yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/al-config-objects.html

From ZCubes Wiki
Revision as of 19:40, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-al.html|[[Image:yurttas_PL...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


18.1.1 Configuration Objects

Configuration objects (returned by newconfig() have the following methods:

getqueuesize ()
Return the queue size.
setqueuesize (size)
Set the queue size.
getwidth ()
Get the sample width.
setwidth (width)
Set the sample width.
getchannels ()
Get the channel count.
setchannels (nchannels)
Set the channel count.
getsampfmt ()
Get the sample format.
setsampfmt (sampfmt)
Set the sample format.
getfloatmax ()
Get the maximum value for floating sample formats.
setfloatmax (floatmax)
Set the maximum value for floating sample formats.

See About this document... for information on suggesting changes.