| Package | Description |
|---|---|
| org.monte.media |
Defines a framework for media processing and provides default implementations.
|
| org.monte.media.anim |
Provides media handlers for the ANIM file format.
|
| org.monte.media.avi |
Provides media handlers for the AVI file format.
|
| org.monte.media.imgseq |
Provides abstractions for image sequences represented by folders
with image files.
|
| org.monte.media.quicktime |
Provides media handlers for the QuickTime file format.
|
| org.monte.screenrecorder |
| Modifier and Type | Method and Description |
|---|---|
MovieWriter |
Registry.getWriter(File file) |
MovieWriter |
Registry.getWriter(Format fileFormat,
File file) |
| Modifier and Type | Class and Description |
|---|---|
class |
ANIMWriter
ANIMWriter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AVIWriter
Provides high-level support for encoding and writing audio and video samples
into an AVI 1.0 file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageSequenceWriter
ImageSequenceWriter. |
| Modifier and Type | Class and Description |
|---|---|
class |
QuickTimeMultiplexer
QuickTimeMultiplexer. |
class |
QuickTimeWriter
Supports writing of time-based video and audio data into a QuickTime movie
file (.MOV) without the need of native code.
|
| Modifier and Type | Method and Description |
|---|---|
protected MovieWriter |
ScreenRecorder.createMovieWriter() |
Copyright © 2014. All Rights Reserved.