avc property
AvcEncoderConfig?
get
avc
Implementation
_i3.AvcEncoderConfig? get avc => _i4.getProperty(
this,
'avc',
);
set
avc
(AvcEncoderConfig? value)
Implementation
set avc(_i3.AvcEncoderConfig? value) {
_i4.setProperty(
this,
'avc',
value ?? _i6.undefined,
);
}