Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VideoLoaderListener

Hierarchy

  • VideoLoaderListener

Index

Methods

Optional onVideoLoad

  • onVideoLoad(video: VideoEntry, reason?: Error): void
  • 動画データが読み込まれたときに呼ばれる

    Called when video data is loaded

    Parameters

    • video: VideoEntry

      動画データ / Video data

    • Optional reason: Error

      失敗したときの理由 / Reason for failures (if any)

    Returns void

Generated using TypeDoc