Skip navigation links
A C D F G H J L M N P R S T V 

A

available() - Method in class processing.video.Capture
( begin auto-generated from Capture_available.xml ) Returns "true" when a new video frame is available to read.
available() - Method in class processing.video.Movie
( begin auto-generated from Movie_available.xml ) Returns "true" when a new movie frame is available to read.

C

Capture - Class in processing.video
( begin auto-generated from Capture.xml ) Datatype for storing and manipulating video frames from an attached capture device such as a camera.
Capture(PApplet) - Constructor for class processing.video.Capture
 
Capture(PApplet, String) - Constructor for class processing.video.Capture
 
Capture(PApplet, int, int) - Constructor for class processing.video.Capture
 
Capture(PApplet, int, int, int) - Constructor for class processing.video.Capture
Advanced
Capture(PApplet, int, int, String) - Constructor for class processing.video.Capture
Advanced
Capture(PApplet, int, int, String, int) - Constructor for class processing.video.Capture
Advanced

D

dispose() - Method in class processing.video.Capture
Disposes all the native resources associated to this capture device.
dispose() - Method in class processing.video.Movie
Disposes all the native resources associated to this movie.
disposeBuffer(Object) - Method in class processing.video.Capture
NOTE: This is not official API and may/will be removed at any time.
disposeBuffer(Object) - Method in class processing.video.Movie
NOTE: This is not official API and may/will be removed at any time.
duration() - Method in class processing.video.Movie
( begin auto-generated from Movie_duration.xml ) Returns the length of the movie in seconds.

F

filename - Variable in class processing.video.Movie
 
frameRate - Variable in class processing.video.Capture
 
frameRate - Variable in class processing.video.Movie
 
frameRate(float) - Method in class processing.video.Movie
( begin auto-generated from Movie_frameRate.xml ) Sets how often frames are read from the movie.

G

get(int, int) - Method in class processing.video.Capture
 
get(int, int) - Method in class processing.video.Movie
 
getInstance() - Static method in class processing.video.LibraryLoader
 

H

hasBufferSink() - Method in class processing.video.Capture
NOTE: This is not official API and may/will be removed at any time.
hasBufferSink() - Method in class processing.video.Movie
NOTE: This is not official API and may/will be removed at any time.

J

jump(float) - Method in class processing.video.Movie
( begin auto-generated from Movie_jump.xml ) Jumps to a specific location within a movie.

L

LibraryLoader - Class in processing.video
This class loads the gstreamer native libraries.
LibraryLoader.DummyLibrary - Interface in processing.video
 
list() - Static method in class processing.video.Capture
( begin auto-generated from Capture_list.xml ) Gets a list of all available capture devices such as a camera.
load(String, Class<?>, boolean) - Method in class processing.video.LibraryLoader
 
loadPixels() - Method in class processing.video.Capture
 
loadPixels() - Method in class processing.video.Movie
 
loop() - Method in class processing.video.Movie
( begin auto-generated from Movie_loop.xml ) Plays a movie continuously, restarting it when it's over.

M

Movie - Class in processing.video
( begin auto-generated from Movie.xml ) Datatype for storing and playing movies in Apple's QuickTime format.
Movie(PApplet, String) - Constructor for class processing.video.Movie
Creates an instance of GSMovie loading the movie from filename.

N

noLoop() - Method in class processing.video.Movie
( begin auto-generated from Movie_noLoop.xml ) If a movie is looping, calling noLoop() will cause it to play until the end and then stop on the last frame.

P

pause() - Method in class processing.video.Movie
( begin auto-generated from Movie_pause.xml ) Pauses a movie during playback.
pipeline - Variable in class processing.video.Capture
 
play() - Method in class processing.video.Movie
( begin auto-generated from Movie_play.xml ) Plays a movie one time and stops at the last frame.
playbin - Variable in class processing.video.Movie
 
post() - Method in class processing.video.Capture
 
post() - Method in class processing.video.Movie
 
processing.video - package processing.video
 

R

read() - Method in class processing.video.Capture
( begin auto-generated from Capture_read.xml ) Reads the current video frame.
read() - Method in class processing.video.Movie
( begin auto-generated from Movie_read.xml ) Reads the current frame of the movie.

S

setBufferSink(Object) - Method in class processing.video.Capture
Sets the object to use as destination for the frames read from the stream.
setBufferSink(Object, String) - Method in class processing.video.Capture
Sets the object to use as destination for the frames read from the stream.
setBufferSink(Object) - Method in class processing.video.Movie
Sets the object to use as destination for the frames read from the stream.
setBufferSink(Object, String) - Method in class processing.video.Movie
Sets the object to use as destination for the frames read from the stream.
speed(float) - Method in class processing.video.Movie
( begin auto-generated from Movie_speed.xml ) Sets the relative playback speed of the movie.
start() - Method in class processing.video.Capture
( begin auto-generated from Capture_start.xml ) Starts capturing frames from the selected device.
stop() - Method in class processing.video.Capture
( begin auto-generated from Capture_stop.xml ) Stops capturing frames from an attached device.
stop() - Method in class processing.video.Movie
( begin auto-generated from Movie_stop.xml ) Stops a movie from continuing.
supportedProtocols - Static variable in class processing.video.Movie
 

T

time() - Method in class processing.video.Movie
( begin auto-generated from Movie_time.xml ) Returns the location of the playback head in seconds.

V

Video - Class in processing.video
This class contains some basic functions used by the rest of the classes in this library.
Video() - Constructor for class processing.video.Video
 
volume(float) - Method in class processing.video.Movie
Change the volume.
A C D F G H J L M N P R S T V 
Skip navigation links

Processing video library by The Processing Foundation. (c) 2011-14