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

(Created page with "音声ファイルを段階的に復号化できるオブジェクトです。 == コンストラクタ == {{#ask: Category:Functions Constructs::Decoder (日本語) [...")
 
m
 
Line 11: Line 11:
 
| ?PrettySince
 
| ?PrettySince
 
| ?PrettyRemoved
 
| ?PrettyRemoved
 +
| ?PrettyDeprecated
 
}}
 
}}
 
== 関数 ==
 
== 関数 ==
Line 22: Line 23:
 
| ?PrettySince
 
| ?PrettySince
 
| ?PrettyRemoved
 
| ?PrettyRemoved
 +
| ?PrettyDeprecated
 
}}
 
}}
 
== 上位型 ==
 
== 上位型 ==
Line 31: Line 33:
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
== そのほかの言語 ==
 
== そのほかの言語 ==
{{i18n|Decoder}}
+
{{i18n (日本語)|Decoder}}

Latest revision as of 11:54, 19 June 2019

音声ファイルを段階的に復号化できるオブジェクトです。

コンストラクタ

love.sound.newDecoder (日本語) 指定されたファイルにある符号化済み音声データで用いる復号方法を検出します。

関数

Decoder:clone (日本語) 既存のデコーダーの新しい複製を作成します。 Added since 11.3
Decoder:decode (日本語) 音声データのチャンクを復号化した SoundData を返します。 Added since 11.0
Decoder:getBitDepth (日本語) サンプルごとのビット数を返します。 Added since 0.9.0
Decoder:getBits (日本語) サンプルごとのビット数を返します。 Removed in 0.9.0
Decoder:getChannelCount (日本語) ストリームのチャンネル数を取得します。 Added since 11.0
Decoder:getChannels (日本語) ストリームのチャンネル数を取得します。 Deprecated in 11.0
Decoder:getDuration (日本語) 音声ファイルの継続時間を取得します。 Added since 0.10.0
Decoder:getSampleRate (日本語) Decoder のサンプル・レートを返します。
Decoder:seek (日本語) デコーダーの現在再生位置を設定します。 Added since 11.1
Object:release (日本語) Lua が参照しているオブジェクトを即時破棄します。 Added since 11.0
Object:type (日本語) オブジェクトの種類を文字列形式で取得します。
Object:typeOf (日本語) オブジェクトが特定の種類かどうか確認します。

上位型

関連


そのほかの言語