Interface PlayerVideoOptions

TextAliveの動画オブジェクトを構築するためのオプション

Optional data to build the video object

interface PlayerVideoOptions {
    altLyricsUrl?: string;
    video?: PartialVideoEntry;
}

Properties

altLyricsUrl?: string

歌詞テキストの読み込み元

Source URL of lyrics text

動画データ

Video data