类型别名 PlaybackState

一起观看体验的当前 PlaybackState。

签名

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