codec property
String
get
codec
Implementation
String get codec => js_util.getProperty(this, 'codec');
set
codec
(String newValue)
Implementation
set codec(String newValue) {
js_util.setProperty(this, 'codec', newValue);
}