Skip navigation links
A C F G H I J M N O P R S T W X 

A

addFrame(MBFImage) - Method in class org.openimaj.video.xuggle.XuggleVideoWriter

C

ChunkGetter() - Constructor for class org.openimaj.video.xuggle.XuggleAudio.ChunkGetter
 
close() - Method in class org.openimaj.video.xuggle.XuggleAudio
Close the audio stream.
close() - Method in class org.openimaj.video.xuggle.XuggleVideo
close() - Method in class org.openimaj.video.xuggle.XuggleVideoWriter
Close the video stream
convertToType(BufferedImage, int) - Static method in class org.openimaj.video.xuggle.XuggleVideoWriter
Convert a BufferedImage of any type, to BufferedImage of a specified type.
countFrames() - Method in class org.openimaj.video.xuggle.XuggleVideo

F

FrameGetter() - Constructor for class org.openimaj.video.xuggle.XuggleVideo.FrameGetter
 

G

getCurrentFrame() - Method in class org.openimaj.video.xuggle.XuggleVideo
getCurrentFrameIndex() - Method in class org.openimaj.video.xuggle.XuggleVideo
getCurrentTimecode() - Method in class org.openimaj.video.xuggle.XuggleVideo
Returns a video timecode for the current frame.
getDuration() - Method in class org.openimaj.video.xuggle.XuggleVideo
Returns the duration of the video in seconds.
getFPS() - Method in class org.openimaj.video.xuggle.XuggleVideo
getHandler(String, String, int) - Method in class org.openimaj.video.xuggle.JarURLProtocolHandlerFactory
 
getHeight() - Method in class org.openimaj.video.xuggle.XuggleVideo
getLength() - Method in class org.openimaj.video.xuggle.XuggleAudio
getNextFrame() - Method in class org.openimaj.video.xuggle.XuggleVideo
getTimeStamp() - Method in class org.openimaj.video.xuggle.XuggleVideo
getWidth() - Method in class org.openimaj.video.xuggle.XuggleVideo

H

hasNextFrame() - Method in class org.openimaj.video.xuggle.XuggleVideo

I

initialise() - Method in class org.openimaj.video.xuggle.XuggleVideoWriter
Initialise the writer

J

JarURLProtocolHandler - Class in org.openimaj.video.xuggle
An IURLProtocolHandler for jar resources.
JarURLProtocolHandler() - Constructor for class org.openimaj.video.xuggle.JarURLProtocolHandler
Construct with no video
JarURLProtocolHandler(String) - Constructor for class org.openimaj.video.xuggle.JarURLProtocolHandler
Construct with the given url.
JarURLProtocolHandlerFactory - Class in org.openimaj.video.xuggle
An IURLProtocolHandlerFactory for jar file resource urls
JarURLProtocolHandlerFactory() - Constructor for class org.openimaj.video.xuggle.JarURLProtocolHandlerFactory
 

M

MBFImageConverter(IPixelFormat.Type, int, int, int, int) - Constructor for class org.openimaj.video.xuggle.XuggleVideo.MBFImageConverter
 
MBFImageWrapper(MBFImage) - Constructor for class org.openimaj.video.xuggle.XuggleVideo.MBFImageWrapper
 

N

nextFrameIsKeyFrame - Variable in class org.openimaj.video.xuggle.XuggleVideo
Whether the next frame is a key frame or not
nextFrameTimestamp - Variable in class org.openimaj.video.xuggle.XuggleVideo
The timestamp of the next frame
nextSampleChunk() - Method in class org.openimaj.video.xuggle.XuggleAudio

O

onAudioSamples(IAudioSamplesEvent) - Method in class org.openimaj.video.xuggle.XuggleAudio.ChunkGetter
onVideoPicture(IVideoPictureEvent) - Method in class org.openimaj.video.xuggle.XuggleVideo.FrameGetter
open(String, int) - Method in class org.openimaj.video.xuggle.JarURLProtocolHandler
 
org.openimaj.video.xuggle - package org.openimaj.video.xuggle
 

P

processingComplete() - Method in class org.openimaj.video.xuggle.XuggleVideoWriter

R

reset() - Method in class org.openimaj.video.xuggle.XuggleAudio
reset() - Method in class org.openimaj.video.xuggle.XuggleVideo
reset() - Method in class org.openimaj.video.xuggle.XuggleVideoWriter
 

S

seek(long) - Method in class org.openimaj.video.xuggle.XuggleAudio
seek(double) - Method in class org.openimaj.video.xuggle.XuggleVideo
seekPrecise(double) - Method in class org.openimaj.video.xuggle.XuggleVideo
Implements a precise seeking mechanism based on the Xuggle seek method and the naive seek method which simply reads frames.
seekToBeginning() - Method in class org.openimaj.video.xuggle.XuggleVideo
This is a convenience method that will seek the stream to be the beginning.
setCurrentFrameIndex(long) - Method in class org.openimaj.video.xuggle.XuggleVideo

T

toImage(IVideoPicture) - Method in class org.openimaj.video.xuggle.XuggleVideo.MBFImageConverter
 

W

write(byte[], int) - Method in class org.openimaj.video.xuggle.JarURLProtocolHandler
 

X

XuggleAudio - Class in org.openimaj.video.xuggle
A wrapper for the Xuggle audio decoding system into the OpenIMAJ audio system.
XuggleAudio(File) - Constructor for class org.openimaj.video.xuggle.XuggleAudio
Default constructor that takes the file to read.
XuggleAudio(File, boolean) - Constructor for class org.openimaj.video.xuggle.XuggleAudio
Default constructor that takes the file to read.
XuggleAudio(URL) - Constructor for class org.openimaj.video.xuggle.XuggleAudio
Default constructor that takes the location of a file to read.
XuggleAudio(URL, boolean) - Constructor for class org.openimaj.video.xuggle.XuggleAudio
Default constructor that takes the location of a file to read.
XuggleAudio(String) - Constructor for class org.openimaj.video.xuggle.XuggleAudio
Default constructor that takes the location of a file to read.
XuggleAudio(String, boolean) - Constructor for class org.openimaj.video.xuggle.XuggleAudio
Default constructor that takes the location of a file to read.
XuggleAudio(InputStream) - Constructor for class org.openimaj.video.xuggle.XuggleAudio
Construct a xuggle audio object from the stream.
XuggleAudio.ChunkGetter - Class in org.openimaj.video.xuggle
 
XuggleVideo - Class in org.openimaj.video.xuggle
Wraps a Xuggle video reader into the OpenIMAJ Video interface.
XuggleVideo(File) - Constructor for class org.openimaj.video.xuggle.XuggleVideo
Default constructor that takes the video file to read.
XuggleVideo(File, boolean) - Constructor for class org.openimaj.video.xuggle.XuggleVideo
Default constructor that takes the video file to read.
XuggleVideo(String) - Constructor for class org.openimaj.video.xuggle.XuggleVideo
Default constructor that takes the location of a video file to read.
XuggleVideo(URL) - Constructor for class org.openimaj.video.xuggle.XuggleVideo
Default constructor that takes the URL of a video file to read.
XuggleVideo(URL, boolean) - Constructor for class org.openimaj.video.xuggle.XuggleVideo
Default constructor that takes the location of a video file to read.
XuggleVideo(String, boolean) - Constructor for class org.openimaj.video.xuggle.XuggleVideo
Default constructor that takes the location of a video file to read.
XuggleVideo(InputStream) - Constructor for class org.openimaj.video.xuggle.XuggleVideo
Default constructor that takes an input stream.
XuggleVideo(DataInput) - Constructor for class org.openimaj.video.xuggle.XuggleVideo
Default constructor that takes a data input.
XuggleVideo.FrameGetter - Class in org.openimaj.video.xuggle
This implements the Xuggle MediaTool listener that will be called every time a video picture has been decoded from the stream.
XuggleVideo.MBFImageConverter - Class in org.openimaj.video.xuggle
Converter for converting IVideoPictures directly to MBFImages.
XuggleVideo.MBFImageWrapper - Class in org.openimaj.video.xuggle
Wrapper that created an MBFImage from a BufferedImage.
XuggleVideoWriter - Class in org.openimaj.video.xuggle
An implementation of the video writer class that uses the Xuggler video API to write videos.
XuggleVideoWriter(String, int, int, double) - Constructor for class org.openimaj.video.xuggle.XuggleVideoWriter
Default constructor that takes the frame size and frame rate of the resulting video.
A C F G H I J M N O P R S T W X 
Skip navigation links