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

(Initial Portuguese translation)
 
m (typo)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
{{oldin (Português)|[[0.9.0]]|090|type=function|text=Foi renomeado para [[Decoder:getBitDepth (Português)|Decoder: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">
bitAmostra = Decoder:getBits( )
+
bitTamanho = Decoder:getBits( )
 
</source>
 
</source>
 
=== Argumentos ===
 
=== Argumentos ===
 
Nenhum.
 
Nenhum.
=== Retornos ===
+
=== Retorna ===
{{param|number (Português)|bitAmostra|Ou 8 ou 16.}}
+
{{param|number (Português)|bitTamanho|8 ou 16.}}
 
 
 
== Veja Também ==
 
== Veja Também ==
 
* [[parent::Decoder (Português)]]
 
* [[parent::Decoder (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|Decoder:getBits}}
 
{{i18n|Decoder:getBits}}

Latest revision as of 23:04, 5 March 2014

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

Retorna o número de bits por amostra.

Função

Sinopse

bitTamanho = Decoder:getBits( )

Argumentos

Nenhum.

Retorna

number (Português) bitTamanho
8 ou 16.

Veja Também


Outros Idiomas