|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.component.Splitter
public class Splitter
Splitts the media on to the different streams
| Constructor Summary | |
|---|---|
Splitter(Scheduler scheduler)
Creates new Splitter. |
|
| Method Summary | |
|---|---|
Format |
getFormat()
Gets the intermediate format. |
MediaSink |
getInput()
Gets input stream. |
MediaSource |
newOutput()
Creates new output stream. |
void |
release(MediaSource output)
Releases unused output stream |
String |
report()
|
void |
setFormat(Format format)
Modify intermediate format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Splitter(Scheduler scheduler)
| Method Detail |
|---|
public void setFormat(Format format)
format - the format descriptor objectpublic Format getFormat()
public MediaSink getInput()
public MediaSource newOutput()
public void release(MediaSource output)
output - the output stream previously createdpublic String report()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||