RecorderManager class

Constructors

RecorderManager.new({JSObject? $$context$$})

Properties

$$context$$ ↔ JSObject
getter/setter pair
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
onError(UDPSocketOnErrorCallback listener) → void
onFrameRecorded(OnFrameRecordedCallback listener) → void
onInterruptionBegin(OnInterruptionBeginCallback listener) → void
onInterruptionEnd(OnInterruptionEndCallback listener) → void
onPause(OnPauseCallback listener) → void
onResume(OnResumeCallback listener) → void
onStart(OnStartCallback listener) → void
onStop(RecorderManagerOnStopCallback listener) → void
pause() → void
resume() → void
start(RecorderManagerStartOption option) → void
stop() → void
toString() String
A string representation of this object.
inherited

Operators

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