ResolvedConfig class

The configuration the native session actually applied — the read-back that mirrors vision-camera's onSessionConfigSelected. Returned by NitroCamera.configure.

Implementers
Available extensions
Annotations
  • @HybridStruct.new()

Constructors

ResolvedConfig({required int width, required int height, required int fps, required int pixelFormat, required int videoHdrEnabled, required int autoFocusSystem, required int active})
const

Properties

active int
final
autoFocusSystem int
final
fps int
final
hashCode int
The hash code for this object.
no setterinherited
height int
final
pixelFormat int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoHdrEnabled int
final
width int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNative(Arena arena) Pointer<ResolvedConfigFfi>

Available on ResolvedConfig, provided by the ResolvedConfigExt extension

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited