MCPcopy Create free account
hub / github.com/android/ndk-samples / CaptureSessionState

Enum CaptureSessionState

camera/basic/src/main/cpp/camera_manager.h:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include "image_reader.h"
29
30enum class CaptureSessionState : int32_t {
31 READY = 0, // session is ready
32 ACTIVE, // session is busy
33 CLOSED, // session is closed(by itself or a new session evicts)
34 MAX_STATE
35};
36
37template <typename T>
38class RangeValue {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected