Interface Dispatcher
- All Superinterfaces:
Hub, KurentoObject, MediaObject
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidConnects each correspondingMediaTypeof the given source port with the sink port.voidconnect(HubPort source, HubPort sink, Continuation<Void> cont) Asynchronous version of connect:Continuation.onSuccess(F)is called when the action is done.voidconnect(Transaction tx, HubPort source, HubPort sink) Connects each correspondingMediaTypeof the given source port with the sink port.Methods inherited from interface Hub
dumpGstreamerDot, dumpGstreamerDot, dumpGstreamerDot, dumpGstreamerDot, dumpGstreamerDot, dumpGstreamerDot, getGstreamerDot, getGstreamerDot, getGstreamerDot, getGstreamerDot, getGstreamerDot, getGstreamerDotMethods inherited from interface KurentoObject
addEventListener, invoke, isCommited, release, release, release, removeEventListener, waitCommited, whenCommited, whenCommitedMethods inherited from interface MediaObject
addErrorListener, addErrorListener, addTag, addTag, addTag, getChildren, getChildren, getChildren, getCreationTime, getCreationTime, getCreationTime, getId, getId, getId, getMediaPipeline, getMediaPipeline, getMediaPipeline, getName, getName, getName, getParent, getParent, getParent, getSendTagsInEvents, getSendTagsInEvents, getSendTagsInEvents, getTag, getTag, getTag, getTags, getTags, getTags, removeErrorListener, removeErrorListener, removeTag, removeTag, removeTag, setName, setName, setName, setSendTagsInEvents, setSendTagsInEvents, setSendTagsInEvents
-
Method Details
-
connect
-
connect
Asynchronous version of connect:Continuation.onSuccess(F)is called when the action is done. If an error occurs,Continuation.onError(Throwable)is called.- Parameters:
source- Source port to be connectedsink- Sink port to be connected- See Also:
-
connect
Connects each correspondingMediaTypeof the given source port with the sink port.- Parameters:
source- Source port to be connectedsink- Sink port to be connected
-