- 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.