Uses of Interface
org.kurento.client.HubPort
-
Uses of HubPort in org.kurento.client
Subclasses with type arguments of type HubPort in org.kurento.clientMethods in org.kurento.client with parameters of type HubPortModifier and TypeMethodDescriptionvoidConnects each correspondingMediaTypeof the given source port with the sink port.voidDispatcher.connect(HubPort source, HubPort sink, Continuation<Void> cont) Asynchronous version of connect:Continuation.onSuccess(F)is called when the action is done.voidDispatcher.connect(Transaction tx, HubPort source, HubPort sink) Connects each correspondingMediaTypeof the given source port with the sink port.voidConnects each correspondingMediaTypeof the given source port with the sink port.voidAsynchronous version of connect:Continuation.onSuccess(F)is called when the action is done.voidMixer.connect(Transaction tx, MediaType media, HubPort source, HubPort sink) Connects each correspondingMediaTypeof the given source port with the sink port.voidMixer.disconnect(MediaType media, HubPort source, HubPort sink) Disonnects each correspondingMediaTypeof the given source port from the sink port.voidMixer.disconnect(MediaType media, HubPort source, HubPort sink, Continuation<Void> cont) Asynchronous version of disconnect:Continuation.onSuccess(F)is called when the action is done.voidMixer.disconnect(Transaction tx, MediaType media, HubPort source, HubPort sink) Disonnects each correspondingMediaTypeof the given source port from the sink port.voidSets the source port that will be the master entry to the mixervoidAlphaBlending.setMaster(HubPort source, int zOrder, Continuation<Void> cont) Asynchronous version of setMaster:Continuation.onSuccess(F)is called when the action is done.voidAlphaBlending.setMaster(Transaction tx, HubPort source, int zOrder) Sets the source port that will be the master entry to the mixervoidAlphaBlending.setPortProperties(float relativeX, float relativeY, int zOrder, float relativeWidth, float relativeHeight, HubPort port) Configure the blending mode of one port.voidAlphaBlending.setPortProperties(float relativeX, float relativeY, int zOrder, float relativeWidth, float relativeHeight, HubPort port, Continuation<Void> cont) Asynchronous version of setPortProperties:Continuation.onSuccess(F)is called when the action is done.voidAlphaBlending.setPortProperties(Transaction tx, float relativeX, float relativeY, int zOrder, float relativeWidth, float relativeHeight, HubPort port) Configure the blending mode of one port.voidSets the source port that will be connected to the sinks of everyHubPortof the dispatchervoidDispatcherOneToMany.setSource(HubPort source, Continuation<Void> cont) Asynchronous version of setSource:Continuation.onSuccess(F)is called when the action is done.voidDispatcherOneToMany.setSource(Transaction tx, HubPort source) Sets the source port that will be connected to the sinks of everyHubPortof the dispatcher