Difference between revisions of "Decoder:getBitDepth (日本語)"
m |
m |
||
Line 1: | Line 1: | ||
− | {{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type= | + | {{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数|text=[[Decoder:getBits (日本語)|Decoder:getBits]] から名称変更}} |
サンプルごとのビット数を返します。 | サンプルごとのビット数を返します。 | ||
== 関数 == | == 関数 == |
Latest revision as of 11:58, 19 June 2019
LÖVE 0.9.0 から使用可能 |
Decoder:getBits から名称変更。 |
サンプルごとのビット数を返します。
関数
概要
bitDepth = Decoder:getBitDepth( )
引数
なし。
返値
number bitDepth
- 8 または 16 です。
関連