Difference between revisions of "Decoder:getBits (日本語)"
m |
m |
||
(One intermediate revision by the same user not shown) | |||
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 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 です。
関連