ARCore is back at Google I/O on May 10! Register now.

RecordingStatus

Stay organized with collections Save and categorize content based on your preferences.
public final enum RecordingStatus

Describes the current recording status.

Inherited Methods

Enum Values

IO_ERROR

public static final RecordingStatus IO_ERROR

There was an IO error while recording.

NONE

public static final RecordingStatus NONE

The recorder is not recording.

OK

public static final RecordingStatus OK

The recorder is recording normally.