getParameters property

RTCRtpSendParameters Function() get getParameters

Implementation

_i3.RTCRtpSendParameters Function() get getParameters => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'getParameters',
      ),
      r'call',
      [this],
    );
set getParameters (RTCRtpSendParameters value())

Implementation

set getParameters(_i3.RTCRtpSendParameters Function() value) {
  _i4.setProperty(
    this,
    'getParameters',
    _i4.allowInterop(value),
  );
}