型エイリアス PlaybackState

同時視聴向けの現在の PlaybackState。

Signature

type PlaybackState =
  | 'INVALID'
  | 'BUFFERING'
  | 'PLAY'
  | 'PAUSE'
  | 'ENDED';