codec property

String codec

Implementation

String get codec => js_util.getProperty(this, 'codec');
void codec=(String newValue)

Implementation

set codec(String newValue) {
  js_util.setProperty(this, 'codec', newValue);
}