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