Difference between revisions of "Source:getDuration (日本語)"

(Created page with "{{newin (日本語)|0.10.0|100|type=関数}} Source の継続時間を取得します。 ストリーミング型の Source において常に...")
 
m (関連)
 
Line 11: Line 11:
 
{{param|number|duration|Source の継続時間、または -1 ならば測定不能です。}}
 
{{param|number|duration|Source の継続時間、または -1 ならば測定不能です。}}
 
== 関連 ==
 
== 関連 ==
 +
* [[Source:tell (日本語)]]
 +
* [[Source:seek (日本語)]]
 
* [[parent::Source (日本語)]]
 
* [[parent::Source (日本語)]]
 
* [[Decoder:getDuration (日本語)]]
 
* [[Decoder:getDuration (日本語)]]
Line 18: Line 20:
 
{{#set:Since=100}}
 
{{#set:Since=100}}
 
{{#set:PrettySince=0.10.0}}
 
{{#set:PrettySince=0.10.0}}
 +
 
== そのほかの言語 ==
 
== そのほかの言語 ==
 
{{i18n|Source:getDuration}}
 
{{i18n|Source:getDuration}}

Latest revision as of 16:46, 24 November 2019

LÖVE 0.10.0 から使用可能
この関数は以前のバージョンでは非対応です。

Source の継続時間を取得します。 ストリーミング型の Source において常にサンプルは不正確であるため、持続時間を全く測定できない場合は -1 を返します。

関数

概要

duration = Source:getDuration( unit )

引数

TimeUnit unit ("seconds")
返値における単位の種類を指定します。

返値

number duration
Source の継続時間、または -1 ならば測定不能です。

関連



そのほかの言語