LocalRecordingConfig class

Constructors

LocalRecordingConfig({required String filePath, required String fileName, required int width, required int height, required int framerate, required int recordFileType, required bool remuxToMp4, required bool videoMerge, required bool recordAudio, required int audioFormat, required bool recordVideo, required int videoRecordMode, List<VideoWatermarkConfig?>? watermarkList, String? coverFilePath, List<VideoWatermarkConfig?>? coverWatermarkList, String? defaultCoverFilePath})

Properties

audioFormat int
getter/setter pair
coverFilePath String?
getter/setter pair
coverWatermarkList List<VideoWatermarkConfig?>?
getter/setter pair
defaultCoverFilePath String?
getter/setter pair
fileName String
getter/setter pair
filePath String
getter/setter pair
framerate int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
getter/setter pair
recordAudio bool
getter/setter pair
recordFileType int
getter/setter pair
recordVideo bool
getter/setter pair
remuxToMp4 bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoMerge bool
getter/setter pair
videoRecordMode int
getter/setter pair
watermarkList List<VideoWatermarkConfig?>?
getter/setter pair
width int
getter/setter pair

Methods

encode() Object
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

Static Methods

decode(Object result) LocalRecordingConfig