setCodecPreferences property
void Function(List<RTCRtpCodecCapability> )
get
setCodecPreferences
Implementation
void Function(_i2.List<_i3.RTCRtpCodecCapability>) get setCodecPreferences =>
(_i2.List<_i3.RTCRtpCodecCapability> p0) => _i4.callMethod(
_i4.getProperty(
this,
'setCodecPreferences',
),
r'call',
[
this,
p0,
],
);
set
setCodecPreferences
(void value(List<RTCRtpCodecCapability> ))
Implementation
set setCodecPreferences(
void Function(_i2.List<_i3.RTCRtpCodecCapability>) value) {
_i4.setProperty(
this,
'setCodecPreferences',
_i4.allowInterop(value),
);
}