CardRecordByTime class
按照时间播放. 开启回放请求 参数 { "Channel": 0, "StreamType": 0, "BeginTime": "2023-04-26 15:00:00", "EndTime": "2023-04-26 23:00:00", "FileName": "" }
Constructors
- CardRecordByTime({int channel = 0, int streamType = 0, DateTime? beginTime, DateTime? endTime})
Properties
- beginTime ↔ DateTime?
-
开始时间,不传时 默认为 当前时间 一天 最开始时间 2023-04-26 00:00:00
getter/setter pair
- channel ↔ int
-
getter/setter pair
- endTime ↔ DateTime?
-
结束时间,不传时 默认为 当前时间 一天结束时间 2023-04-26 23:59:59
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamType ↔ int
-
getter/setter pair
Methods
-
copyWith(
{int? channel, int? streamType, DateTime? beginTime, DateTime? endTime}) → CardRecordByTime -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toJsonString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited