| Package | Description |
|---|---|
| org.mmbase.applications.media |
The MMBase media projects define an object model to represent
meta data for 'media' formats like real audio streams and mp3
files.
|
| org.mmbase.applications.media.builders |
The basic builders for the object model associated with the MMBase
media project.
|
| org.mmbase.applications.media.urlcomposers |
URL composers contain the information to create an URL.
|
| org.mmbase.datatypes |
This package defines and implements
DataTypes, which are a way to apply restrictions to and
annotate certain data. |
| org.mmbase.streams.createcaches | |
| org.mmbase.streams.transcoders | |
| org.mmbase.streams.urlcomposers | |
| org.mmbase.util |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
Format.getMimeType() |
MimeType |
Format.getMimeType(String codec) |
| Modifier and Type | Method and Description |
|---|---|
(package private) MimeType |
MediaSources.getMimeType(MMObjectNode source)
Resolve the mimetype for a certain media source
|
| Modifier and Type | Field and Description |
|---|---|
protected MimeType |
URLWrapper.mimeType |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
URLWrapper.getMimeType() |
MimeType |
URLComposer.getMimeType()
The mime-type of the produced URL.
|
| Modifier and Type | Method and Description |
|---|---|
MimeType |
BinaryDataType.getMimeType(Object value,
Node node,
Field field) |
| Modifier and Type | Field and Description |
|---|---|
(package private) MimeType |
JobDefinition.mimeType |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
RecognizerResult.getMimeType() |
MimeType |
TranscoderResult.getMimeType() |
MimeType |
JobDefinition.getMimeType() |
MimeType |
SkippedResult.getMimeType() |
abstract MimeType |
Result.getMimeType()
On what kind of inputs this result can work.
|
| Constructor and Description |
|---|
JobDefinition(String id,
String inId,
String label,
Transcoder t,
MimeType mt,
Stage s)
Creates a JobDefinition template as used in the configuration container or to kick-start
a transcoding.
|
| Modifier and Type | Field and Description |
|---|---|
protected MimeType |
RecognizerTranscoder.mimeType |
protected MimeType |
AbstractTranscoder.mimeType |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
RecognizerTranscoder.getMimeType() |
MimeType |
MockRecognizer.getMimeType() |
MimeType |
Recognizer.getMimeType() |
MimeType |
FFMpegRecognizer.getMimeType() |
MimeType |
AbstractTranscoder.getMimeType() |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
ImagesURLComposer.getMimeType() |
| Modifier and Type | Field and Description |
|---|---|
static MimeType |
MimeType.ANY |
static MimeType |
MimeType.OCTETSTREAM |
static MimeType |
MimeType.UNDETERMINED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MimeType.matches(MimeType mt) |
void |
SerializableInputStream.setContentType(MimeType ct) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}