|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.impl.BaseComponent
org.mobicents.media.server.impl.AbstractSource
public abstract class AbstractSource
| Field Summary | |
|---|---|
protected org.mobicents.media.MediaSink |
otherParty
|
| Fields inherited from interface org.mobicents.media.Component |
|---|
AUDIO_PLAYER, AUDIO_RECORDER, DTMF_DETECTOR, DTMF_GENERATOR |
| Constructor Summary | |
|---|---|
AbstractSource(java.lang.String name)
|
|
| Method Summary | |
|---|---|
void |
connect(org.mobicents.media.MediaSink otherParty)
(Non Java-doc). |
void |
disconnect(org.mobicents.media.MediaSink otherParty)
(Non Java-doc). |
boolean |
isConnected()
|
| Methods inherited from class org.mobicents.media.server.impl.BaseComponent |
|---|
addListener, getConnection, getEndpoint, getId, getName, getResourceType, removeListener, sendEvent, setConnection, setEndpoint, setResourceType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.mobicents.media.MediaSource |
|---|
getFormats, start, stop |
| Methods inherited from interface org.mobicents.media.Component |
|---|
addListener, getConnection, getEndpoint, getId, getName, getResourceType, removeListener, setConnection, setEndpoint, setResourceType |
| Field Detail |
|---|
protected transient org.mobicents.media.MediaSink otherParty
| Constructor Detail |
|---|
public AbstractSource(java.lang.String name)
| Method Detail |
|---|
public void connect(org.mobicents.media.MediaSink otherParty)
connect in interface org.mobicents.media.MediaSourceorg.mobicents.MediaStream#connect(MediaSink).public void disconnect(org.mobicents.media.MediaSink otherParty)
disconnect in interface org.mobicents.media.MediaSourceorg.mobicents.MediaStream#diconnection(MediaSink).public boolean isConnected()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||