close method
void
close()
@AvailableInWorkers("window_and_dedicated")
The close()
method of the VideoEncoder interface ends all pending
work and releases system resources.
Implementation
external void close();
@AvailableInWorkers("window_and_dedicated")
The close()
method of the VideoEncoder interface ends all pending
work and releases system resources.
external void close();