codecs property

Implementation

_i2.List<_i3.RTCRtpCodecParameters> get codecs => ((_i4.getProperty(
      this,
      'codecs',
    )) as _i2.List)
        .cast();
set codecs (List<RTCRtpCodecParameters> value)

Implementation

set codecs(_i2.List<_i3.RTCRtpCodecParameters> value) {
  _i4.setProperty(
    this,
    'codecs',
    value,
  );
}