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