getSettings property
MediaTrackSettings Function()
get
getSettings
Implementation
_i3.MediaTrackSettings Function() get getSettings => () => _i4.callMethod(
_i4.getProperty(
this,
'getSettings',
),
r'call',
[this],
);
set
getSettings
(MediaTrackSettings value())
Implementation
set getSettings(_i3.MediaTrackSettings Function() value) {
_i4.setProperty(
this,
'getSettings',
_i4.allowInterop(value),
);
}