public final enum
PlaybackStatus
Describes the current playback status.
Inherited Methods
Enum Values
public static final PlaybackStatus FINISHED
Playback has finished successfully.
public static final PlaybackStatus IO_ERROR
Playback has stopped due to an error.
public static final PlaybackStatus NONE
The session is not playing back an MP4 dataset file.
public static final PlaybackStatus OK
Playback is in process without issues.