format property
VideoPixelFormat
get
format
Implementation
VideoPixelFormat get format =>
VideoPixelFormat.fromValue(js_util.getProperty(this, 'format'));
set
format
(VideoPixelFormat newValue)
Implementation
set format(VideoPixelFormat newValue) {
js_util.setProperty(this, 'format', newValue.value);
}