| 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.filters |
URL-filters for the MMBase media project.
|
| org.mmbase.applications.media.urlcomposers |
URL composers contain the information to create an URL.
|
| org.mmbase.applications.media.urlcomposers.omroep |
This is an example.
|
| org.mmbase.streams.transcoders | |
| org.mmbase.streams.urlcomposers |
| Modifier and Type | Field and Description |
|---|---|
protected static List<Format> |
Format.real |
protected static List<Format> |
Format.windowsMedia |
| Modifier and Type | Method and Description |
|---|---|
static Format |
Format.get(int i) |
static Format |
Format.get(String id) |
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Format> |
Format.getMediaFormats()
don't know if this is nice
|
List<Format> |
Format.getSimilar() |
| Modifier and Type | Method and Description |
|---|---|
protected Format |
MediaSources.getFormat(MMObjectNode source)
The format field is an integer, this function returns a string-presentation
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Format> |
ServerFormatSorter.preferredFormats |
| Modifier and Type | Field and Description |
|---|---|
protected Format |
URLWrapper.format |
protected Format |
RamURLComposer.format |
| Modifier and Type | Method and Description |
|---|---|
Format |
URLWrapper.getFormat() |
Format |
MarkupURLComposer.getFormat()
Depends on mimetype of the template to return the format of this urlcomposer.
|
Format |
URLComposer.getFormat()
The format of the produced URL.
|
Format |
RamURLComposer.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
Format |
CgiSbURLComposer.getFormat()
These scripts actually wrap the source in a ram or wmp
|
Format |
CgiURLComposer.getFormat()
These scripts actually wrap the source in a ram or wmp
|
| Modifier and Type | Field and Description |
|---|---|
protected Format |
RecognizerTranscoder.format |
protected Format |
AbstractTranscoder.format |
| Modifier and Type | Method and Description |
|---|---|
Format |
RecognizerTranscoder.getFormat() |
Format |
Transcoder.getFormat()
The format of the result.
|
Format |
AbstractTranscoder.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
Format |
ImagesURLComposer.getFormat() |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}