輸入別名「PlaybackState」

適用於 CoWatching 的現行 PlaybackState。

簽名

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