VideoWriterAsync extension
- on
Methods
- 
  openAsync(String filename, String codec, double fps, (int, int) frameSize, {int? apiPreference, bool isColor = true}) → Future< bool> 
- 
      Available on VideoWriter, provided by the VideoWriterAsync extension 
- 
  writeAsync(InputArray image) → Future< void> 
- 
      Available on VideoWriter, provided by the VideoWriterAsync extension 
Static Methods
- 
  fromFileAsync(String filename, String codec, double fps, (int, int) frameSize, {int? apiPreference, bool isColor = true}) → Future< VideoWriter> 
- 
      Available on VideoWriter, provided by the VideoWriterAsync extension