maxRecordingTime property

int get maxRecordingTime

Maximum recording duration

Implementation

int get maxRecordingTime =>
    tryCast(this["MaxRecordingTime"], constOptionMaxRecordingTime);
set maxRecordingTime (int value)

Implementation

set maxRecordingTime(int value) {
  this["MaxRecordingTime"] = value;
}