Modifier and Type | Method and Description |
---|---|
void |
Dispatcher.connect(HubPort source,
HubPort sink)
Connects each corresponding
MediaType of the given source port with the sink port. |
void |
Dispatcher.connect(HubPort source,
HubPort sink,
Continuation<Void> cont)
Asynchronous version of connect:
Continuation.onSuccess(F) is called when the action is
done. |
void |
Mixer.connect(MediaType media,
HubPort source,
HubPort sink)
Connects each corresponding
MediaType of the given source port with the sink port. |
void |
Mixer.connect(MediaType media,
HubPort source,
HubPort sink,
Continuation<Void> cont)
Asynchronous version of connect:
Continuation.onSuccess(F) is called when the action is
done. |
void |
Dispatcher.connect(Transaction tx,
HubPort source,
HubPort sink)
Connects each corresponding
MediaType of the given source port with the sink port. |
void |
Mixer.connect(Transaction tx,
MediaType media,
HubPort source,
HubPort sink)
Connects each corresponding
MediaType of the given source port with the sink port. |
void |
Mixer.disconnect(MediaType media,
HubPort source,
HubPort sink)
Disonnects each corresponding
MediaType of the given source port from the sink port. |
void |
Mixer.disconnect(MediaType media,
HubPort source,
HubPort sink,
Continuation<Void> cont)
Asynchronous version of disconnect:
Continuation.onSuccess(F) is called when the action is
done. |
void |
Mixer.disconnect(Transaction tx,
MediaType media,
HubPort source,
HubPort sink)
Disonnects each corresponding
MediaType of the given source port from the sink port. |
void |
AlphaBlending.setMaster(HubPort source,
int zOrder)
Sets the source port that will be the master entry to the mixer
|
void |
AlphaBlending.setMaster(HubPort source,
int zOrder,
Continuation<Void> cont)
Asynchronous version of setMaster:
Continuation.onSuccess(F) is called when the action is
done. |
void |
AlphaBlending.setMaster(Transaction tx,
HubPort source,
int zOrder)
Sets the source port that will be the master entry to the mixer
|
void |
AlphaBlending.setPortProperties(float relativeX,
float relativeY,
int zOrder,
float relativeWidth,
float relativeHeight,
HubPort port)
Configure the blending mode of one port.
|
void |
AlphaBlending.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. |
void |
AlphaBlending.setPortProperties(Transaction tx,
float relativeX,
float relativeY,
int zOrder,
float relativeWidth,
float relativeHeight,
HubPort port)
Configure the blending mode of one port.
|
void |
DispatcherOneToMany.setSource(HubPort source)
Sets the source port that will be connected to the sinks of every
HubPort of the dispatcher |
void |
DispatcherOneToMany.setSource(HubPort source,
Continuation<Void> cont)
Asynchronous version of setSource:
Continuation.onSuccess(F) is called when the action is
done. |
void |
DispatcherOneToMany.setSource(Transaction tx,
HubPort source)
Sets the source port that will be connected to the sinks of every
HubPort of the dispatcher |
Copyright © 2020 Kurento. All rights reserved.