DeviceModel constructor

DeviceModel({
  1. String? modelName,
  2. String? streamProtocol,
  3. String? liveApp,
  4. String? recApp,
  5. bool canStandby = false,
  6. bool canRotate = false,
  7. bool whiteLight = false,
  8. int sdCardFeatures = 0,
  9. String? audioCodecType,
  10. bool devicePersonDetect = false,
  11. bool supportMotionTrack = false,
})

Implementation

DeviceModel({
  this.modelName,
  this.streamProtocol,
  this.liveApp,
  this.recApp,
  this.canStandby = false,
  this.canRotate = false,
  this.whiteLight = false,
  this.sdCardFeatures = 0,
  this.audioCodecType,
  this.devicePersonDetect = false,
  this.supportMotionTrack = false,
});