CrMixerOutPutCfg class
Constructors
- CrMixerOutPutCfg({required CR_MIXER_OUTPUT_TYPE type, String? fileName, int? encryptType, bool? isUploadOnRecording, String? serverPathFileName, String? liveUrl, int? errRetryTimes})
Properties
- encryptType ↔ int?
-
getter/setter pair
- errRetryTimes ↔ int?
-
getter/setter pair
- fileName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isUploadOnRecording ↔ bool?
-
getter/setter pair
- liveUrl ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverPathFileName ↔ String?
-
getter/setter pair
- type ↔ CR_MIXER_OUTPUT_TYPE
-
getter/setter pair
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