Difference between revisions of "SoundData:getBits (Português)"

(Created page with 'Retorna o número de bits por amostra. == Função == === Sinopse === <source lang="lua"> bitSize = SoundData:getBits( ) </source> === Argumentos === Nenhum. === Retornos === {{p…')
 
m (translation update)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{oldin (Português)|[[0.9.0]]|090|type=function|text=Foi renomeado para [[SoundData:getBitDepth]]}}
 
Retorna o número de bits por amostra.
 
Retorna o número de bits por amostra.
 
== Função ==
 
== Função ==
 
=== Sinopse ===
 
=== Sinopse ===
 
<source lang="lua">
 
<source lang="lua">
bitSize = SoundData:getBits( )
+
bits = SoundData:getBits( )
 
</source>
 
</source>
 
=== Argumentos ===
 
=== Argumentos ===
 
Nenhum.
 
Nenhum.
=== Retornos ===
+
=== Retorna ===
{{param|number|bitSize|8 ou 16.}}
+
{{param|number (Português)|bits|8 ou 16.}}
 
== Veja Também ==
 
== Veja Também ==
 
* [[parent::SoundData (Português)]]
 
* [[parent::SoundData (Português)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Retorna o número de bits por amostra.}}
 
{{#set:Description=Retorna o número de bits por amostra.}}
 
+
{{#set:Since=000}}
 
== Outros Idiomas ==
 
== Outros Idiomas ==
 
{{i18n|SoundData:getBits}}
 
{{i18n|SoundData:getBits}}

Latest revision as of 00:57, 6 March 2014

Removido no LÖVE 0.9.0
Foi renomeado para SoundData:getBitDepth.

Retorna o número de bits por amostra.

Função

Sinopse

bits = SoundData:getBits( )

Argumentos

Nenhum.

Retorna

number (Português) bits
8 ou 16.

Veja Também


Outros Idiomas