CardRecordByFile class

按照文件播放. 开启回放请求 参数 { "Channel": 0, "StreamType": 0, "BeginTime": "2023-04-26 15:00:00", "EndTime": "2023-04-26 23:00:00", "FileName": "/idea0/2023-04-27/001/06.00.00-06.10.18@5ff0.h264" }

Constructors

CardRecordByFile({int channel = 0, int streamType = 0, required int fileLength, required DateTime beginTime, required DateTime endTime, required String fileName})

Properties

beginTime DateTime
getter/setter pair
channel int
getter/setter pair
endTime DateTime
getter/setter pair
fileLength int
getter/setter pair
fileName String
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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJsonString() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited