|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Transcoder
Representation of one transcoding action. Instances should cloned before usage, so the transcoder needs not be stateless.
| Method Summary | |
|---|---|
Codec |
getCodec()
|
Format |
getFormat()
|
URI |
getIn()
|
String |
getKey()
|
URI |
getOut()
|
void |
init(Node destination)
Init the transcoder and destination node with appropiate values. |
void |
transcode(URI in,
URI out,
Logger logger)
Transcode a file to another, follow the process with a logger. |
| Methods inherited from interface org.mmbase.util.PublicCloneable |
|---|
clone |
| Method Detail |
|---|
String getKey()
Format getFormat()
Codec getCodec()
void init(Node destination)
destination - stream destination Node
void transcode(URI in,
URI out,
Logger logger)
throws Exception
in - out - logger -
If - transcoding was unsucessfull, an Error may be thrown.
ExceptionURI getIn()
URI getOut()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||