InitConfig class
Constructors
- InitConfig.new({required String? domain, required bool? enableLog, String? logFilePrefix, String? appGroupId, bool? enableFullHD, bool? enableCallKit, RawDataMemoryMode? videoRawDataMemoryMode, RawDataMemoryMode? audioRawDataMemoryMode, String? speakerFilePath})
Properties
- appGroupId ↔ String?
-
getter/setter pair
- audioRawDataMemoryMode ↔ RawDataMemoryMode?
-
getter/setter pair
- domain ↔ String?
-
getter/setter pair
- enableCallKit ↔ bool?
-
getter/setter pair
- enableFullHD ↔ bool?
-
getter/setter pair
- enableLog ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- logFilePrefix ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
getter/setter pair
-
getter/setter pair
- speakerFilePath ↔ String?
-
getter/setter pair
- videoRawDataMemoryMode ↔ RawDataMemoryMode?
-
getter/setter pair
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