|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.component.video.VideoMixer
public class VideoMixer
Overlaps several video streams into single one.
| Constructor Summary | |
|---|---|
VideoMixer(Scheduler scheduler)
|
|
| Method Summary | |
|---|---|
Format |
getFormat()
Gets the intermediate format used for mixing. |
MediaSource |
getOutput()
The mixed output signal. |
MediaSink |
newInput()
Creates new input signal. |
void |
release(MediaSink input)
Disables specified input signal. |
String |
report()
|
void |
setFormat(Format format)
Modify the intermediate format using for mixing. |
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VideoMixer(Scheduler scheduler)
| Method Detail |
|---|
public MediaSource getOutput()
Mixer
getOutput in interface Mixerpublic MediaSink newInput()
Mixer
newInput in interface Mixerpublic void release(MediaSink input)
Mixer
release in interface Mixerinput - the sink receiving input signal.public void start()
start in interface Mixerpublic void stop()
stop in interface Mixerpublic void setFormat(Format format)
Mixer
setFormat in interface Mixerformat - the format descriptor objectpublic Format getFormat()
Mixer
getFormat in interface Mixerpublic String report()
report in interface Mixer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||