RecordTimeLineFile class
Constructors
Properties
- frame_interval ↔ int
-
getter/setter pair
- frame_len ↔ int
-
getter/setter pair
-
frames
↔ List<
RecordTimeLineFrame> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- record_alarm ↔ int
-
getter/setter pair
- record_duration ↔ int
-
录像时长
getter/setter pair
- record_end ↔ DateTime?
-
录像结束时间
getter/setter pair
- record_name ↔ String
-
getter/setter pair
- record_start ↔ DateTime?
-
录像开始时间
getter/setter pair
- record_time ↔ int
-
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
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
dateString(
DateTime dateTime) → String -
dateTimeString(
DateTime dateTime) → String -
fromData(
RecordTimeLineData timeLineData) → RecordTimeLineFile?