autoGainControl property
Object?
get
autoGainControl
Implementation
_i2.Object? get autoGainControl => _i4.getProperty(
this,
'autoGainControl',
);
set
autoGainControl
(Object? value)
Implementation
set autoGainControl(_i2.Object? value) {
_i4.setProperty(
this,
'autoGainControl',
value ?? _i6.undefined ?? _i6.undefined,
);
}