format property

Implementation

VideoPixelFormat get format =>
    VideoPixelFormat.fromValue(js_util.getProperty(this, 'format'));
void format=(VideoPixelFormat newValue)

Implementation

set format(VideoPixelFormat newValue) {
  js_util.setProperty(this, 'format', newValue.value);
}