DevRecordByTimeParam class

{ "BeginTime": "2020-03-30 00:00:00", "EndTime": "2020-03-30 14:52:23", "Event": "*", "HighChannel": 0, "HighStreamType": "0x00105CC8", "LowChannel": 1, "LowStreamType": "0x00000000", "Sync": 0, "Type": "h264" }

Constructors

DevRecordByTimeParam({required DateTime beginTime, required DateTime endTime, int highChannel = 0, int highStreamType = 0x00105CC8, String event = '*', int lowChannel = 1, int lowStreamType = 0x00000000, int sync = 0, String type = 'h264'})

Properties

beginTime DateTime
final
endTime DateTime
final
event String
final
hashCode int
The hash code for this object.
no setterinherited
highChannel int
final
highStreamType int
final
lowChannel int
final
lowStreamType int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sync 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