Recorder::post()
This works in a project you run on your own computer, but not in the examples you can start here in the browser. There is no file system, no video encoder and no OpenGL behind a web page, so calling it there tells you as much and does nothing.
Called after each frame is drawn. This method is registered with the Applet class to ensure that frames are saved at the appropriate time during the recording process.
Syntax
Java
.post()
Return
void