KYRecordSetting class
- Annotations
-
- @JsonSerializable(includeIfNull: false)
Constructors
Properties
- audioPath ↔ String?
-
getter/setter pair
- audioType ↔ String?
-
getter/setter pair
- autoRetry ↔ bool?
-
getter/setter pair
- channel ↔ int?
-
getter/setter pair
- chunkSize ↔ int?
-
getter/setter pair
- compress ↔ String?
-
getter/setter pair
- coreProvideType ↔ String?
-
getter/setter pair
- coreType ↔ String?
-
getter/setter pair
- customized_sig ↔ String?
-
getter/setter pair
- customized_sig_url ↔ String?
-
getter/setter pair
- duration ↔ int?
-
getter/setter pair
- durationInterval ↔ int?
-
getter/setter pair
-
errIds
↔ List<
String> ? -
getter/setter pair
- forceRecord ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNeedSoundIntensity ↔ bool?
-
getter/setter pair
- isVADEnabled ↔ bool?
-
getter/setter pair
- max_ogg_delay ↔ int?
-
getter/setter pair
- recordFilePath ↔ String?
-
getter/setter pair
- recordName ↔ String?
-
getter/setter pair
- ref_length ↔ int?
-
getter/setter pair
-
request
↔ Map<
String, dynamic> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate ↔ int?
-
getter/setter pair
- seek ↔ int?
-
getter/setter pair
- serverTimeout ↔ int?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → Map< String, dynamic> -
toJson
is the convention for a class to declare support for serialization to JSON. The implementation simply calls the private, generated helper method_$KYRecordSettingToJson
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited