headerExtensions property

List<RTCRtpHeaderExtensionParameters> get headerExtensions

Implementation

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

Implementation

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