TRTCLocalRecordingParams constructor

TRTCLocalRecordingParams({
  1. String filePath = '',
  2. TRTCLocalRecordType recordType = TRTCLocalRecordType.both,
  3. int interval = -1,
  4. int maxDurationPerFile = 0,
})

Implementation

TRTCLocalRecordingParams({
  this.filePath = '',
  this.recordType = TRTCLocalRecordType.both,
  this.interval = -1,
  this.maxDurationPerFile = 0,
});