DevRecordParam constructor
DevRecordParam({})
Implementation
DevRecordParam(
{required this.beginTime,
required this.endTime,
this.channel = 0,
this.driverTypeMask = 0xFFFF,
this.event = '*',
this.streamType = 0,
this.type = 'h264'});