Uses of Interface
org.monte.media.av.Multiplexer
Packages that use Multiplexer
Package
Description
Defines an API for audio and video processing, and provides base implementations.
Provides media handlers for the AVI file format.
Provides abstractions for image sequences represented by folders
with image files.
Provides classes for processing QuickTime files.
-
Uses of Multiplexer in org.monte.media.av
Subinterfaces of Multiplexer in org.monte.media.avModifier and TypeInterfaceDescriptioninterfaceA simple API for writing movie data (audio and video) into a file. -
Uses of Multiplexer in org.monte.media.avi
Classes in org.monte.media.avi that implement MultiplexerModifier and TypeClassDescriptionclassProvides high-level support for encoding and writing audio and video samples into an AVI 1.0 file. -
Uses of Multiplexer in org.monte.media.imgseq
Classes in org.monte.media.imgseq that implement MultiplexerModifier and TypeClassDescriptionclassMultiplexes samples into individual files.classImageSequenceWriter. -
Uses of Multiplexer in org.monte.media.quicktime
Classes in org.monte.media.quicktime that implement MultiplexerModifier and TypeClassDescriptionclassQuickTimeMultiplexer.classSupports writing of time-based video and audio data into a QuickTime movie file (.MOV) without the need of native code.