Optional
options: PlayerOptionsプレイヤーの初期化オプション / player options
リリックアプリの状態
Lyric app status
Player の情報を表示する IPlayerBanner
インスタンスです。
A banner instance that shows the player info.
読み込み済みの音楽地図など楽曲に関する情報
Current song map and other information related to the musical piece
フレームレート [フレーム数/秒]
Framerate [frames per sec]
フレームレート [フレーム数/秒]
Framerate [frames per sec]
動画(楽曲情報や歌詞など)が読み込み中か否か
Whether the video (song, lyrics, etc.) is being loaded or not
動画再生中か否か
Whether the video is being played or not
動画シーク中か否か
true
のとき 1) PlayerEventListener.onTimeUpdate イベントは発火せず 2) IPlayer.mediaPosition は描画タスクをトリガーせずに更新され続けますWhether the seeking operation is ongoing on or not
true
, 1) PlayerEventListener.onTimeUpdate event is not emitted and 2) IPlayer.mediaPosition is updated without rendering a new frame音源などに関するバナーの配置先となるDOM要素
Media banner element
音源メディアの配置先となるDOM要素
Media element
音源メディアの配置先となるDOM要素
Media element
現在の音源メディアの再生位置 [ms]
Current media position [ms]
音源メディアの直接の配置先となるDOM要素
Media source element
プレイヤーの初期化オプション
Player options
動画オブジェクト
Current video object
現在の動画の再生位置 [ms]
Current video position [ms]
音量 [0-100]
Volume [0-100]
音量 [0-100]
Volume [0-100]
動画の描画間隔 [ms]
A time window between rendering frames [ms]
動画の描画間隔 [ms]
A time window between rendering frames [ms]
動画情報を表すデータ(VideoData)から動画データを生成する
Generate video data from JSON
動画情報 / JSON data to be converted to a video
Optional
options: PlayerVideoOptionsオプション / Optional data to build the video object
動画オブジェクト / Video object
楽曲パス(URLから http://
などのプロトコル部分を除いたもの)に基づいて音楽地図などを読み込み、動画データを生成する
Generate video data from song path
楽曲パス / Song path
Optional
options: PlayerVideoOptionsオプション / Optional data to build the video object
動画オブジェクト / Video object
楽曲URLに基づいて音楽地図などを読み込み、動画データを生成する
Generate video data from song URL
楽曲URL / Song URL
Optional
options: PlayerVideoOptionsオプション / Optional data to build the video object
動画オブジェクト / Video object
テキストからダミーの音楽地図情報と動画データを生成する
Generate video data from text
テキスト / Text to show
Optional
options: PlayerVideoOptionsオプション / Optional data to build the video object
動画オブジェクト / Video object
動画のシーク操作を終える
false
にしますEnd video seeking operation
false
指定された位置のビート情報を取得する
Find beat that overlaps with the specified timing
位置 [ms] / Position [ms]
Optional
options: FindTimedObjectOptions取得オプション / Optional parameters for finding beat
ビート情報(見つからなければ null
) / Beat info (null
if not found)
指定された時区間のビート情報の変化を取得する
Look for beat transitions in the specified time range
時区間の開始位置 [ms] / Start position [ms]
時区間の終了位置 [ms] / End position [ms]
ビート情報の変化 / Beat transitions
指定された位置のコード進行を取得する
Find chord that overlaps with the specified timing
位置 [ms] / Position [ms]
Optional
options: FindTimedObjectOptions探索オプション / Optional parameters for finding chord
コード進行(見つからなければ null
) / Chord info (null
if not found)
指定された時区間のコード進行の変化を取得する
Look for chord progressions in the specified time range
時区間の開始位置 [ms] / Start position [ms]
時区間の終了位置 [ms] / End position [ms]
コード進行の変化 / Chord progressions
指定された位置のサビ情報を取得する
Find a chorus part that overlaps with the specified timing
位置 [ms] / Position [ms]
Optional
options: FindTimedObjectOptions取得オプション / Optional parameters for finding a chorus part
サビ情報(見つからなければ null
) / Chorus part info (null
if not found)
Use of IPlayer.findChorusBetween is deprecated - find a chorus part with IPlayer.findChorus instead.
指定された時区間のサビ情報の変化を取得する
Look for chorus part transitions in the specified time range
時区間の開始位置 [ms] / Start position [ms]
時区間の終了位置 [ms] / End position [ms]
サビ情報の変化 / Chorus part transitions
楽曲中のサビに関する情報を取得する
Get chorus parts in the current song
サビ情報(見つからなければ空の配列) / Chorus parts (empty array if not found)
楽曲中の最大声量を取得する
true
にセットしておく必要がありますGet maximum vocal amplitude
true
最大声量
V/A空間中の座標遷移の中央値を取得する
true
にセットしておく必要がありますGet median valence arousal value throughout the song
true
座標値
指定された位置のV/A空間中の座標を取得する
true
にセットしておく必要がありますGet valence arousal value at the specified timing
true
位置 [ms] / Position [ms]
座標値
指定された位置の声量を取得する
true
にセットしておく必要がありますGet vocal amplitude at the specified timing
true
位置 [ms] / Position [ms]
声量
Use of Player.setMediaElement is deprecated - set value with IPlayer.mediaElement property instead.
Use of Player.setMediaPosition is deprecated - request setting media position with IPlayer.requestMediaSeek instead.
動画のシーク操作を始める
true
にしますStart video seeking operation
true
Player
TextAlive App API を用いてプログラミングするときのエントリーポイント:
This class serves as an entry point to its API: