| Package | Description |
|---|---|
| org.monte.media |
Defines a framework for media processing and provides default implementations.
|
| org.monte.media.avi |
Provides media handlers for the AVI file format.
|
| 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 |
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 |
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 © 2017. All Rights Reserved.