Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
gb
gb.desktop
gb.form
gb.qt4
gb.web
Documents
How To's
Language Index
Language Overviews
Lèxic
Missatges d'Error
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Al.Bufferi (gb.openal)
Static
Sub
Bufferi
(
Buffer
As
Integer
,
Param
As
Integer
,
Value
As
Integer
)
Set the
Param
property of the
Buffer
buffer with an
Integer
value.
Param
can be one of the following constant:
Al.FREQUENCY
for the buffer frequency in Hz.
Al.BITS
for the buffer bit depth.
Al.CHANNELS
for the number of channels in the buffer.
Al.SIZE
for the buffer size in bytes.