FrameCaptureSettings class

Frame Capture Settings

Constructors

FrameCaptureSettings({required int captureInterval, FrameCaptureIntervalUnit? captureIntervalUnits})
FrameCaptureSettings.fromJson(Map<String, dynamic> json)
factory

Properties

captureInterval int
The frequency at which to capture frames for inclusion in the output. May be specified in either seconds or milliseconds, as specified by captureIntervalUnits.
final
captureIntervalUnits FrameCaptureIntervalUnit?
Unit for the frame capture interval.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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