MBCaptureSessionError

Enum representing possible errors that may occur during a capture session.

Use this enum to handle different error scenarios that can arise during the capture process.

Note: This enum provides a set of predefined errors for common scenarios during a capture session.

Entries

Link copied to clipboard

Represents an error when the camera cannot be opened during the capture session.

Link copied to clipboard

Represents an error when the system is unable to collect frames during the capture session.

Link copied to clipboard

Represents an error when frames cannot be processed successfully during the capture session.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.