DevRecordByTimeParam constructor
DevRecordByTimeParam({})
Implementation
DevRecordByTimeParam({
required this.beginTime,
required this.endTime,
this.highChannel = 0,
this.highStreamType = 0x00105CC8,
this.event = '*',
this.lowChannel = 1,
this.lowStreamType = 0x00000000,
this.sync = 0,
this.type = 'h264',
});