RecordingStatus
Describes the current recording status.
Inherited Methods
From class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
|
int
|
|
final
Optional<EnumDesc<RecordingStatus>>
|
describeConstable()
|
final
boolean
|
|
final
void
|
finalize()
|
final
Class<RecordingStatus>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
From interface
java.lang.constant.Constable
abstract
Optional<? extends ConstantDesc>
|
describeConstable()
|
From interface
java.lang.Comparable
Enum Values
public
static
final
RecordingStatus
IO_ERROR
IO_ERROR
public static final RecordingStatus IO_ERROR
There was an IO error while recording.
public
static
final
RecordingStatus
NONE
NONE
public static final RecordingStatus NONE
The recorder is not recording.
public
static
final
RecordingStatus
OK
OK
public static final RecordingStatus OK
The recorder is recording normally.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["`RecordingStatus` is a Java enum that describes the current status of an ARCore recording session."],["It includes three possible states: `NONE` (not recording), `OK` (recording normally), and `IO_ERROR` (error during recording)."],["The enum inherits methods from standard Java classes like `Enum`, `Object`, `Constable`, and `Comparable`."],["These methods provide functionality for comparing, describing, and getting information about the `RecordingStatus`."]]],[]]