Difference between revisions of "Decoder:getBits (日本語)"
m |
m |
||
Line 1: | Line 1: | ||
− | {{oldin (日本語)|[[0.9.0]]|090|type= | + | {{oldin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数|text=[[Decoder:getBitDepth (日本語)|Decoder:getBitDepth]] へ名称変更}} |
サンプルごとのビット数を返します。 | サンプルごとのビット数を返します。 | ||
== 関数 == | == 関数 == | ||
Line 9: | Line 9: | ||
なし。 | なし。 | ||
=== 返値 === | === 返値 === | ||
− | {{param|number|bitSize|8 または 16 | + | {{param|number|bitSize|8 または 16 です。}} |
== 関連 == | == 関連 == | ||
* [[parent::Decoder (日本語)]] | * [[parent::Decoder (日本語)]] | ||
Line 16: | Line 16: | ||
{{#set:Since=000}} | {{#set:Since=000}} | ||
== そのほかの言語 == | == そのほかの言語 == | ||
− | {{i18n|Decoder:getBits}} | + | {{i18n (日本語)|Decoder:getBits}} |
Revision as of 12:58, 19 June 2019
LÖVE 0.9.0 から廃止 |
Decoder:getBitDepth へ名称変更。 |
サンプルごとのビット数を返します。
関数
概要
bitSize = Decoder:getBits( )
引数
なし。
返値
number bitSize
- 8 または 16 です。
関連