format property
      
      VideoPixelFormat
      get
      format
      
    
    
    
Implementation
_i3.VideoPixelFormat get format =>
    _i3.VideoPixelFormatOptions.values.byName(_i4.getProperty(
      this,
      'format',
    ));
      
      set
      format
      (VideoPixelFormat value) 
      
    
    
    
Implementation
set format(_i3.VideoPixelFormat value) {
  _i4.setProperty(
    this,
    'format',
    value.name,
  );
}