A B C D F G H I J L M N O P R S T U V W X

A

addFrame(int[]) - Method in class codeanticode.gsvideo.GSMovieMaker
 
available() - Method in class codeanticode.gsvideo.GSCapture
Returns "true" when a new video frame is available to read.
available() - Method in class codeanticode.gsvideo.GSMovie
Return the true or false depending on whether there is a new frame ready to be read.
available() - Method in class codeanticode.gsvideo.GSPipeline
Returns "true" when a new video frame is available to read.
available() - Method in class codeanticode.gsvideo.GSPlayer
Return the true or false depending on whether there is a new frame ready to be read.

B

BEST - Static variable in class codeanticode.gsvideo.GSMovieMaker
 

C

CLibrary - Interface in codeanticode.gsvideo
This JNA interface provides access to the environment variable-related functions in the C library.
codeanticode.gsvideo - package codeanticode.gsvideo
 

D

dispose() - Method in class codeanticode.gsvideo.GSCapture
 
dispose() - Method in class codeanticode.gsvideo.GSMovie
 
dispose() - Method in class codeanticode.gsvideo.GSMovieMaker
 
dispose() - Method in class codeanticode.gsvideo.GSPipeline
 
dispose() - Method in class codeanticode.gsvideo.GSPlayer
 
duration() - Method in class codeanticode.gsvideo.GSMovie
Get the full length of this movie (in seconds).
duration() - Method in class codeanticode.gsvideo.GSPlayer
Get the full length of this movie (in seconds).

F

finish() - Method in class codeanticode.gsvideo.GSMovieMaker
 
forceGlobalGstreamer - Static variable in class codeanticode.gsvideo.GSVideo
 
frame() - Method in class codeanticode.gsvideo.GSMovie
Return the current frame.
frameRate(int) - Method in class codeanticode.gsvideo.GSCapture
Set the frameRate for how quickly new frames are read from the capture device.
frameRate(int) - Method in class codeanticode.gsvideo.GSMovie
Set how often new frames are to be read from the movie.
frameRate(int) - Method in class codeanticode.gsvideo.GSPlayer
Set how often new frames are to be read from the movie.

G

getenv(String) - Method in interface codeanticode.gsvideo.CLibrary
 
getFilename() - Method in class codeanticode.gsvideo.GSMovie
 
getInstance() - Static method in class codeanticode.gsvideo.JnaLibLoaderChain
 
goToBeginning() - Method in class codeanticode.gsvideo.GSMovie
Goes to the first frame of the movie.
goToBeginning() - Method in class codeanticode.gsvideo.GSPlayer
Goes to the first frame of the movie.
GSCapture - Class in codeanticode.gsvideo
Class for storing and manipulating video frames from an attached capture device such as a camera.
GSCapture(PApplet, int, int) - Constructor for class codeanticode.gsvideo.GSCapture
 
GSCapture(PApplet, int, int, int) - Constructor for class codeanticode.gsvideo.GSCapture
 
GSCapture(PApplet, int, int, String) - Constructor for class codeanticode.gsvideo.GSCapture
 
GSCapture(PApplet, int, int, String, String) - Constructor for class codeanticode.gsvideo.GSCapture
 
GSCapture(PApplet, int, int, String, int) - Constructor for class codeanticode.gsvideo.GSCapture
 
GSCapture(PApplet, int, int, String, String, int) - Constructor for class codeanticode.gsvideo.GSCapture
 
GSCapture(PApplet, int, int, String[], int[], String[], String[], int) - Constructor for class codeanticode.gsvideo.GSCapture
 
GSCapture(PApplet, int, int, String, String[], int[], String[], String[], int) - Constructor for class codeanticode.gsvideo.GSCapture
 
GSCapture(PApplet, int, int, String, String[], int[], String[], String[], int, boolean) - Constructor for class codeanticode.gsvideo.GSCapture
 
GSMovie - Class in codeanticode.gsvideo
This class makes it possible to load movies and to play them back in many ways including looping, pausing, and changing speed.
GSMovie(PApplet, String) - Constructor for class codeanticode.gsvideo.GSMovie
Creates an instance of GSMovie loading the movie from filename and with fps = 30.
GSMovie(PApplet, String, int) - Constructor for class codeanticode.gsvideo.GSMovie
Creates an instance of GSMovie loading the movie from filename and with fps = ifps.
GSMovieMaker - Class in codeanticode.gsvideo
This class makes movies from a running program.
GSMovieMaker(PApplet, int, int, String) - Constructor for class codeanticode.gsvideo.GSMovieMaker
 
GSMovieMaker(PApplet, int, int, String, int, int) - Constructor for class codeanticode.gsvideo.GSMovieMaker
 
GSMovieMaker(PApplet, int, int, String, int, int, int) - Constructor for class codeanticode.gsvideo.GSMovieMaker
 
GSPipeline - Class in codeanticode.gsvideo
This class allows to create a custom GStreamer pipeline.
GSPipeline(PApplet, String) - Constructor for class codeanticode.gsvideo.GSPipeline
Creates an instance of GSPipeline using the pipeline specified in the string pipe.
GSPlayer - Class in codeanticode.gsvideo
This class makes it possible to load and play generic media content through playbin (not only movies, but also audio files, etc).
GSPlayer(PApplet, String) - Constructor for class codeanticode.gsvideo.GSPlayer
Creates an instance of GSPlayer loading the media file from filename and with fps = 30, assuming that it is a video file .
GSPlayer(PApplet, String, boolean) - Constructor for class codeanticode.gsvideo.GSPlayer
Creates an instance of GSPlayer loading the media file from filename and with fps = 30,
GSPlayer(PApplet, String, boolean, int) - Constructor for class codeanticode.gsvideo.GSPlayer
Creates an instance of GSPlayer loading the movie from filename and with fps = ifps.
GSVideo - Class in codeanticode.gsvideo
This class contains some basic functions used by the rest of the classes in this library.
GSVideo() - Constructor for class codeanticode.gsvideo.GSVideo
 

H

HIGH - Static variable in class codeanticode.gsvideo.GSMovieMaker
 

I

init() - Static method in class codeanticode.gsvideo.GSVideo
 
INSTANCE - Static variable in interface codeanticode.gsvideo.CLibrary
 
isRecording() - Method in class codeanticode.gsvideo.GSMovieMaker
 

J

JnaLibLoaderChain - Class in codeanticode.gsvideo
 
JnaLibLoaderChain.DummyLibrary - Interface in codeanticode.gsvideo
 
jump(float) - Method in class codeanticode.gsvideo.GSMovie
Jump to a specific location (in seconds).
jump(float) - Method in class codeanticode.gsvideo.GSPlayer
Jump to a specific location (in seconds).

L

length() - Method in class codeanticode.gsvideo.GSMovie
Get the full length of this movie (in frames).
list() - Static method in class codeanticode.gsvideo.GSCapture
 
list(String) - Static method in class codeanticode.gsvideo.GSCapture
Get a list of all available captures as a String array.
load(String, Class<?>, boolean) - Method in class codeanticode.gsvideo.JnaLibLoaderChain
 
lookForGlobalGStreamer() - Static method in class codeanticode.gsvideo.GSVideo
 
loop() - Method in class codeanticode.gsvideo.GSMovie
Begin playing the movie, with repeat.
loop() - Method in class codeanticode.gsvideo.GSPlayer
Begin playing the movie, with repeat.
LOW - Static variable in class codeanticode.gsvideo.GSMovieMaker
 

M

MEDIUM - Static variable in class codeanticode.gsvideo.GSMovieMaker
 

N

newFrame() - Method in class codeanticode.gsvideo.GSCapture
Return true or false depending on whether a new frame has been read.
newFrame() - Method in class codeanticode.gsvideo.GSMovie
Return true or false depending on whether a new frame has been read.
newFrame() - Method in class codeanticode.gsvideo.GSPipeline
Return true or false depending on whether a new frame has been read.
noLoop() - Method in class codeanticode.gsvideo.GSMovie
Shut off the repeating loop.
noLoop() - Method in class codeanticode.gsvideo.GSPlayer
Shut off the repeating loop.

O

oldFrame() - Method in class codeanticode.gsvideo.GSCapture
Sets the value of newFrame to false.
oldFrame() - Method in class codeanticode.gsvideo.GSMovie
Sets the value of newFrame to false.
oldFrame() - Method in class codeanticode.gsvideo.GSPipeline
Sets the value of newFrame to false.

P

pause() - Method in class codeanticode.gsvideo.GSMovie
Pause the movie at its current time.
pause() - Method in class codeanticode.gsvideo.GSPlayer
Pause the movie at its current time.
play() - Method in class codeanticode.gsvideo.GSMovie
Begin playing the movie, with no repeat.
play() - Method in class codeanticode.gsvideo.GSPlayer
Begin playing the movie, with no repeat.
putenv(String) - Method in interface codeanticode.gsvideo.CLibrary
 

R

read() - Method in class codeanticode.gsvideo.GSCapture
Reads the current video frame.
read() - Method in class codeanticode.gsvideo.GSMovie
Reads the current video frame.
read() - Method in class codeanticode.gsvideo.GSPipeline
Reads the current video frame.
read() - Method in class codeanticode.gsvideo.GSPlayer
Reads the current video frame.
resume() - Method in class codeanticode.gsvideo.GSCapture
Resumes the capture pipeline.
resume() - Method in class codeanticode.gsvideo.GSPipeline
Resumes the pipeline.

S

setenv(String, String, int) - Method in interface codeanticode.gsvideo.CLibrary
 
setLinuxPath() - Static method in class codeanticode.gsvideo.GSVideo
 
setMacOSXPath() - Static method in class codeanticode.gsvideo.GSVideo
 
setWindowsPath() - Static method in class codeanticode.gsvideo.GSVideo
 
speed(float) - Method in class codeanticode.gsvideo.GSMovie
Set a multiplier for how fast/slow the movie should be run.
speed(float) - Method in class codeanticode.gsvideo.GSPlayer
Set a multiplier for how fast/slow the movie should be run.
start() - Method in class codeanticode.gsvideo.GSMovieMaker
 
stop() - Method in class codeanticode.gsvideo.GSCapture
Stops the capture pipeline.
stop() - Method in class codeanticode.gsvideo.GSMovie
Stop the movie, and rewind.
stop() - Method in class codeanticode.gsvideo.GSPipeline
Stops the pipeline.
stop() - Method in class codeanticode.gsvideo.GSPlayer
Stop the movie, and rewind.

T

THEORA - Static variable in class codeanticode.gsvideo.GSMovieMaker
 
time() - Method in class codeanticode.gsvideo.GSMovie
Return the current time in seconds.
time() - Method in class codeanticode.gsvideo.GSPlayer
Return the current time in seconds.

U

unsetenv(String) - Method in interface codeanticode.gsvideo.CLibrary
 
useGlobalGstreamer - Static variable in class codeanticode.gsvideo.GSVideo
 
useGStreamerDefaultContext - Static variable in class codeanticode.gsvideo.GSVideo
 

V

volume(double) - Method in class codeanticode.gsvideo.GSMovie
Change the volume.
volume(int) - Method in class codeanticode.gsvideo.GSMovie
Change the volume.
volume(double) - Method in class codeanticode.gsvideo.GSPlayer
Change the volume.
volume(int) - Method in class codeanticode.gsvideo.GSPlayer
Change the volume.

W

WORST - Static variable in class codeanticode.gsvideo.GSMovieMaker
 

X

X264 - Static variable in class codeanticode.gsvideo.GSMovieMaker
 
XVID - Static variable in class codeanticode.gsvideo.GSMovieMaker
 

A B C D F G H I J L M N O P R S T U V W X

processing library gsvideo by Andres Colubri. (c) 2008