DevRecordParam class

获取回放文件参数 { "BeginTime": "2018-07-24 00:00:00", "Channel": 0, "DriverTypeMask": "0x0000FFFF", "EndTime": "2018-07-24 23:59:59", "Event": "*", "StreamType": "0x00000000", "Type": "h264" }

Constructors

DevRecordParam({required DateTime beginTime, required DateTime endTime, int channel = 0, int driverTypeMask = 0xFFFF, String event = '*', int streamType = 0, String type = 'h264'})

Properties

beginTime DateTime
final
channel int
final
driverTypeMask int
final
endTime DateTime
final
event String
final
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
final
type String
final

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