Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlayerVideoOptions

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

Optional data to build the video object

Hierarchy

  • PlayerVideoOptions

Index

Properties

Optional altLyricsUrl

altLyricsUrl?: string

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

Source URL of lyrics text

Optional lyricsDirectAccess

lyricsDirectAccess?: boolean

歌詞テキストの読み込み時に直接アクセスを試みる

  • 歌詞テキストの読み込み元がCORSリクエストに対応している必要があります
  • 失敗した場合、通常のアクセス方法を用います

Access lyrics text directly

  • URL of lyrics text needs to support CORS access
  • When failed, the default method is used

Optional video

動画データ

Video data

Generated using TypeDoc