Difference between revisions of "Decoder:getBits (日本語)"
m |
m |
||
Line 15: | Line 15: | ||
{{#set:Description=サンプルごとのビット数を返します。}} | {{#set:Description=サンプルごとのビット数を返します。}} | ||
{{#set:Since=000}} | {{#set:Since=000}} | ||
+ | {{#set:Removed=090}} | ||
+ | {{#set:PrettyRemoved=0.9.0}} | ||
== そのほかの言語 == | == そのほかの言語 == | ||
{{i18n (日本語)|Decoder:getBits}} | {{i18n (日本語)|Decoder:getBits}} |
Latest revision as of 13:11, 19 June 2019
LÖVE 0.9.0 から廃止 |
Decoder:getBitDepth へ名称変更。 |
サンプルごとのビット数を返します。
関数
概要
bitSize = Decoder:getBits( )
引数
なし。
返値
number bitSize
- 8 または 16 です。
関連