codec property
String
get
codec
Implementation
_i2.String get codec => _i4.getProperty(
this,
'codec',
);
set
codec
(String value)
Implementation
set codec(_i2.String value) {
_i4.setProperty(
this,
'codec',
value,
);
}