Readonly
is再生中かどうか
Whether the music source is being played or not
Readonly
position現在の再生位置 [ms]
Timer
実装クラスはこの値をリアルタイムに計算して返さなくてはなりません。
他にも再生位置を返す API が以下の2種類用意されていますが、実装手法の違いにより、この API が常に最も精確な値を返します。
Timer
実装クラスによって定期的に更新されますこの API を利用するアプリでは、動画のシーク操作に対応するために PlayerEventListener.onVideoSeekStart PlayerEventListener.onVideoSeek PlayerEventListener.onVideoSeekEnd イベントを適切にハンドルする必要があります。
Current playback position [ms]
Timer
implementations need to calculate this property value in real time.
While there are two other APIs to retrieve the current playback position as follows, this one returns the most precise value.
Timer
implementations periodicallyApplications utilizing this API need to handle PlayerEventListener.onVideoSeekStart PlayerEventListener.onVideoSeek PlayerEventListener.onVideoSeekEnd events appropriately so that the applications respond to the video seeking operation.
再生位置情報の更新間隔 [ms]
Interval for updating playback position [ms]
Timer
の初期化(動画データの読み込みプロセスで一度だけ呼ばれます)
Initialize this Timer
instance (called during the video data loading process)
初期化オプション / Options for initalization process
Timer
Player の音源の再生状態を管理するクラスが実装するインタフェースです。
Classes that manage music playback for Player should implement this interface.