codecs property
List<RTCRtpCodecCapability>
get
codecs
Implementation
_i2.List<_i3.RTCRtpCodecCapability> get codecs => ((_i4.getProperty(
this,
'codecs',
)) as _i2.List)
.cast();
set
codecs
(List<RTCRtpCodecCapability> value)
Implementation
set codecs(_i2.List<_i3.RTCRtpCodecCapability> value) {
_i4.setProperty(
this,
'codecs',
value,
);
}