LowLightBoostStatusCodes

public static class LowLightBoostStatusCodes


Status codes for LowLightBoost APIs.

Summary

Constants

static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int

Public fields

static @NonNull LowLightBoostStatusCodes

Public methods

final @NonNull String
getStatusCodeString(int statusCode)

Returns untranslated debug string associated with the status code.

Constants

CAMERA_NOT_SUPPORTED

public static final int CAMERA_NOT_SUPPORTED

GLOBAL_INIT_FAILED

public static final int GLOBAL_INIT_FAILED

INTERNAL_ERROR

public static final int INTERNAL_ERROR

INVALID_FRAME_METADATA

public static final int INVALID_FRAME_METADATA

MAX_SESSIONS_REACHED

public static final int MAX_SESSIONS_REACHED

MISSING_CAMERA_CHARACTERISTICS

public static final int MISSING_CAMERA_CHARACTERISTICS

RENDER_FAILED

public static final int RENDER_FAILED

SERVICE_RELEASED

public static final int SERVICE_RELEASED

SESSION_INIT_FAILED

public static final int SESSION_INIT_FAILED

UNSUPPORTED_DATASPACE

public static final int UNSUPPORTED_DATASPACE

Public fields

INSTANCE

public static @NonNull LowLightBoostStatusCodes INSTANCE

Public methods

getStatusCodeString

public final @NonNull String getStatusCodeString(int statusCode)

Returns untranslated debug string associated with the status code.