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.imgseq |
Provides abstractions for image sequences represented by folders
with image files.
|
org.monte.media.seq |
Provides media handlers for the SEQ file format.
|
Modifier and Type | Method and Description |
---|---|
Track[] |
Demultiplexer.getTracks()
Returns the tracks.
|
Modifier and Type | Class and Description |
---|---|
class |
ANIMTrack
ANIMTrack . |
Modifier and Type | Method and Description |
---|---|
Track[] |
ANIMDemultiplexer.getTracks() |
Modifier and Type | Class and Description |
---|---|
class |
ImageSequenceTrack
ImageSequenceTrack . |
Modifier and Type | Method and Description |
---|---|
Track[] |
TrackDemultiplexer.getTracks() |
Constructor and Description |
---|
TrackDemultiplexer(Track[] tracks) |
Modifier and Type | Class and Description |
---|---|
class |
SEQTrack
SEQTrack . |
Modifier and Type | Method and Description |
---|---|
Track[] |
SEQDemultiplexer.getTracks() |