framesEncoded property

int framesEncoded

Implementation

int get framesEncoded => js_util.getProperty(this, 'framesEncoded');
void framesEncoded=(int newValue)

Implementation

set framesEncoded(int newValue) {
  js_util.setProperty(this, 'framesEncoded', newValue);
}