framesDecoded property

int get framesDecoded

Implementation

int get framesDecoded => js_util.getProperty(this, 'framesDecoded');
set framesDecoded (int newValue)

Implementation

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