keyFramesDecoded property

int keyFramesDecoded

Implementation

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

Implementation

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