| 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.streams.transcoders |
| Modifier and Type | Method and Description |
|---|---|
static Codec |
Codec.get(int i) |
static Codec |
Codec.get(String id) |
static Codec |
Codec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Codec[] |
Codec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Codec |
MediaSources.getCodec(MMObjectNode source)
The codec field is an integer, this function returns a string-presentation
|
| Modifier and Type | Field and Description |
|---|---|
protected Codec |
URLWrapper.acodec |
protected Codec |
URLWrapper.codec |
| Modifier and Type | Method and Description |
|---|---|
Codec |
URLWrapper.getAcodec() |
Codec |
URLComposer.getAcodec()
Audio codec if its field is present, returns 'UNKNOWN' (-1) if no such field or codec is
unknown.
|
Codec |
URLWrapper.getCodec() |
Codec |
URLComposer.getCodec() |
| Modifier and Type | Field and Description |
|---|---|
protected Codec |
RecognizerTranscoder.codec |
protected Codec |
AbstractTranscoder.codec |
| Modifier and Type | Method and Description |
|---|---|
Codec |
FFMpegTranscoder.getCodec() |
Codec |
RecognizerTranscoder.getCodec() |
Codec |
Transcoder.getCodec()
The codec of the result.
|
Codec |
FFMpegSegmenterTranscoder.getCodec() |
Codec |
AbstractTranscoder.getCodec() |
static Codec |
AnalyzerUtils.libtoCodec(String str) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}