format property

Implementation

_i3.VideoPixelFormat get format =>
    _i3.VideoPixelFormatOptions.values.byName(_i4.getProperty(
      this,
      'format',
    ));
void format=(VideoPixelFormat value)

Implementation

set format(_i3.VideoPixelFormat value) {
  _i4.setProperty(
    this,
    'format',
    value.name,
  );
}