Difference between revisions of "Decoder:getChannels (日本語)"
(Created page with "ストリームのチャンネル数を取得します。 == 関数 == === 概要 === <source lang="lua"> channels = Decoder:getChannels( ) </source> === 引数 === なし。...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{deprecatedin (日本語)|[[11.0 (日本語)|11.0]]|110|type=関数|text=この関数は [[Decoder:getChannelCount (日本語)|Decoder:getChannelCount]] へ名称変更されました}} | ||
ストリームのチャンネル数を取得します。 | ストリームのチャンネル数を取得します。 | ||
== 関数 == | == 関数 == | ||
Line 8: | Line 9: | ||
なし。 | なし。 | ||
=== 返値 === | === 返値 === | ||
− | {{param|number|channels|1 はモノラル、 2 | + | {{param|number|channels|1 はモノラル、 2 はステレオです。}} |
== 関連 == | == 関連 == | ||
* [[parent::Decoder (日本語)]] | * [[parent::Decoder (日本語)]] | ||
Line 14: | Line 15: | ||
{{#set:Description=ストリームのチャンネル数を取得します。}} | {{#set:Description=ストリームのチャンネル数を取得します。}} | ||
{{#set:Since=000}} | {{#set:Since=000}} | ||
+ | {{#set:Deprecated=110}} | ||
+ | {{#set:PrettyDeprecated=11.0}} | ||
== そのほかの言語 == | == そのほかの言語 == | ||
− | {{i18n|Decoder:getChannels}} | + | {{i18n (日本語)|Decoder:getChannels}} |
Latest revision as of 13:12, 19 June 2019
LÖVE 11.0 で廃止予定 |
この関数は Decoder:getChannelCount へ名称変更されました。 |
ストリームのチャンネル数を取得します。
関数
概要
channels = Decoder:getChannels( )
引数
なし。
返値
number channels
- 1 はモノラル、 2 はステレオです。
関連