C D F O S V 

C

com.hamoid - package com.hamoid
 

D

dispose() - Method in class com.hamoid.VideoExport
Called automatically by Processing to clean up before shut down
dontCallLoadPixels() - Method in class com.hamoid.VideoExport
Tells VideoExport not to call loadPixels().
dontSaveDebugInfo() - Method in class com.hamoid.VideoExport
Call this method if you don't want a debug text file saved together with the video file.

F

forgetFfmpegPath() - Method in class com.hamoid.VideoExport
Makes the library forget about where the ffmpeg binary was located.

O

onFfmpegSelected(File) - Method in class com.hamoid.VideoExport
Called internally by the file selector when the user chooses the location of ffmpeg on the disk.

S

saveFrame() - Method in class com.hamoid.VideoExport
Adds one frame to the video file.
setFrameRate(float) - Method in class com.hamoid.VideoExport
Set the frame rate of the produced video file.
setGraphics(PGraphics) - Method in class com.hamoid.VideoExport
Set the PGraphics element.
setQuality(int) - Method in class com.hamoid.VideoExport
Set the quality of the produced video file.

V

VERSION - Static variable in class com.hamoid.VideoExport
 
version() - Static method in class com.hamoid.VideoExport
Return the version of the library.
VideoExport - Class in com.hamoid
 
VideoExport(PApplet, String) - Constructor for class com.hamoid.VideoExport
Constructor, usually called in the setup() method in your sketch to initialize and start the library.
VideoExport(PApplet, String, PGraphics) - Constructor for class com.hamoid.VideoExport
Constructor that allows to set a PGraphics to export as video (advanced)
C D F O S V 

Processing Library VideoExport by Abe Pazos. (c) 2016