Difference between revisions of "Decoder:getBitDepth (日本語)"
m |
m |
||
Line 1: | Line 1: | ||
− | {{newin (日本語)|[[0.9.0]]|090|type=function|text=[[Decoder:getBits (日本語)|Decoder:getBits]] から名称変更}} | + | {{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=function|text=[[Decoder:getBits (日本語)|Decoder:getBits]] から名称変更}} |
サンプルごとのビット数を返します。 | サンプルごとのビット数を返します。 | ||
== 関数 == | == 関数 == | ||
Line 9: | Line 9: | ||
なし。 | なし。 | ||
=== 返値 === | === 返値 === | ||
− | {{param|number|bitDepth|8 または 16 | + | {{param|number|bitDepth|8 または 16 です。}} |
== 関連 == | == 関連 == | ||
* [[parent::Decoder (日本語)]] | * [[parent::Decoder (日本語)]] | ||
Line 17: | Line 17: | ||
{{#set:Description=サンプルごとのビット数を返します。}} | {{#set:Description=サンプルごとのビット数を返します。}} | ||
== そのほかの言語 == | == そのほかの言語 == | ||
− | {{i18n|Decoder:getBitDepth}} | + | {{i18n (日本語)|Decoder:getBitDepth}} |
Revision as of 11:56, 19 June 2019
LÖVE 0.9.0 から使用可能 |
Decoder:getBits から名称変更。 |
Property "PrettySince" (as page type) with input value "0.9.0 (日本語)|0.9.0" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. サンプルごとのビット数を返します。
関数
概要
bitDepth = Decoder:getBitDepth( )
引数
なし。
返値
number bitDepth
- 8 または 16 です。
関連