Enumeration PlayerStatus

プレイヤーのステータス定義

Enumeration Members

NotLoaded: "notLoaded"

未読み込みのステータスです。

Loading: "loading"

ストリーミング再生開始までのロード中のステータスです。

Streaming: "streaming"

ストリーミング再生中のステータスです。

Paused: "paused"

一時停止中のステータスです。

Error: "error"

エラー発生中のステータスです。

Retrying: "retrying"

再試行中のステータスです。