CoWatchingState.PlaybackState

Stay organized with collections Save and categorize content based on your preferences.
public static final enum CoWatchingState.PlaybackState extends Enum<CoWatchingState.PlaybackState>

Represents the current state of media playback.

Inherited Method Summary

Enum Values

public static final CoWatchingState.PlaybackState BUFFERING

The media is currently buffering and will begin playback when ready.

public static final CoWatchingState.PlaybackState ENDED

The media player has reached the end of the current media.

public static final CoWatchingState.PlaybackState PAUSE

The media is paused.

public static final CoWatchingState.PlaybackState PLAY

The media is playing.