RecordingNoticeParameters class abstract

Implementers

Constructors

RecordingNoticeParameters()

Properties

canLaunchRecord bool
no setter
canPauseResume bool
no setter
eventType EventType
no setter
hashCode int
The hash code for this object.
no setterinherited
islevel String
no setter
isTimerRunning bool
no setter
recordElapsedTime int
no setter
recordPaused bool
no setter
recordStarted bool
no setter
recordStartTime int?
no setter
recordStopped bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateCanLaunchRecord → void Function(bool)
no setter
updateCanPauseResume → void Function(bool)
no setter
updateIsTimerRunning → void Function(bool)
no setter
updatePauseRecordCount → void Function(int)
no setter
updateRecordElapsedTime → void Function(int)
no setter
updateRecordingAddHLS → void Function(bool)
no setter
updateRecordingAddText → void Function(bool)
no setter
updateRecordingAudioOptions → void Function(String)
no setter
updateRecordingBackgroundColor → void Function(String)
no setter
updateRecordingCustomText → void Function(String)
no setter
updateRecordingCustomTextColor → void Function(String)
no setter
updateRecordingCustomTextPosition → void Function(String)
no setter
updateRecordingDisplayType → void Function(String)
no setter
updateRecordingMediaOptions → void Function(String)
no setter
updateRecordingNameTags → void Function(bool)
no setter
updateRecordingNameTagsColor → void Function(String)
no setter
updateRecordingOrientationVideo → void Function(String)
no setter
updateRecordingProgressTime → void Function(String)
no setter
updateRecordingVideoOptimized → void Function(bool)
no setter
updateRecordingVideoOptions → void Function(String)
no setter
updateRecordingVideoType → void Function(String)
no setter
updateRecordPaused → void Function(bool)
no setter
updateRecordStarted → void Function(bool)
no setter
updateRecordStartTime → void Function(int?)
no setter
updateRecordState → void Function(String)
no setter
updateRecordStopped → void Function(bool)
no setter
updateShowRecordButtons → void Function(bool)
no setter
updateUserRecordingParams → void Function(UserRecordingParams)
no setter
userRecordingParams UserRecordingParams
no setter

Methods

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

Operators

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