V2TXLiveLocalRecordingParams class
Local media file recording parameters
Constructors
- V2TXLiveLocalRecordingParams({String filePath = '', V2TXLiveRecordType recordType = V2TXLiveRecordType.v2TXLiveRecordTypeBoth, int interval = -1})
Properties
- filePath ↔ String
-
Field Meaning: Address of the recording file, which is required.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- interval ↔ int
-
Field Meaning: The update frequency of the recording information in milliseconds.
getter/setter pair
- recordType ↔ V2TXLiveRecordType
-
Field Meaning: Media recording type, which is
v2TXLiveRecordTypeBothby default, indicating to record both audio and video.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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