DevRecordByTimeParam constructor

DevRecordByTimeParam({
  1. required DateTime beginTime,
  2. required DateTime endTime,
  3. int highChannel = 0,
  4. int highStreamType = 0x00105CC8,
  5. String event = '*',
  6. int lowChannel = 1,
  7. int lowStreamType = 0x00000000,
  8. int sync = 0,
  9. String type = 'h264',
})

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',
});