Difference between revisions of "Decoder:getBitDepth (日本語)"

(Created page with "{{newin (日本語)|0.9.0|090|type=function|text=Decoder:getBits から名称変更。}} サンプルごとのビット数を返します...")
 
m
 
(2 intermediate revisions by the same user not shown)
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=関数|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}}

Latest revision as of 11:58, 19 June 2019

LÖVE 0.9.0 から使用可能
Decoder:getBits から名称変更。

サンプルごとのビット数を返します。

関数

概要

bitDepth = Decoder:getBitDepth( )

引数

なし。

返値

number bitDepth
8 または 16 です。

関連


そのほかの言語