Package | Description |
---|---|
org.monte.media |
Defines a framework for media processing and provides default implementations.
|
org.monte.media.quicktime |
Provides media handlers for the QuickTime file format.
|
Modifier and Type | Field and Description |
---|---|
static FormatKey<FormatKeys.MediaType> |
FormatKeys.MediaTypeKey
The media MediaTypeKey.
|
Modifier and Type | Method and Description |
---|---|
static FormatKeys.MediaType |
FormatKeys.MediaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormatKeys.MediaType[] |
FormatKeys.MediaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected FormatKeys.MediaType |
AbstractQuickTimeStream.Track.mediaType
The media type of the track.
|
Constructor and Description |
---|
Track(FormatKeys.MediaType mediaType) |