Modifier and Type | Method and Description |
---|---|
void |
ZBarFilter.addCodeFoundListener(EventListener<CodeFoundEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event CodeFoundEvent . |
void |
BaseRtpEndpoint.addConnectionStateChangedListener(EventListener<ConnectionStateChangedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event ConnectionStateChangedEvent . |
void |
WebRtcEndpoint.addDataChannelCloseListener(EventListener<DataChannelCloseEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event DataChannelCloseEvent . |
void |
WebRtcEndpoint.addDataChannelOpenListener(EventListener<DataChannelOpenEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event DataChannelOpenEvent . |
void |
MediaElement.addElementConnectedListener(EventListener<ElementConnectedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event ElementConnectedEvent . |
void |
MediaElement.addElementDisconnectedListener(EventListener<ElementDisconnectedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event ElementDisconnectedEvent . |
void |
HttpPostEndpoint.addEndOfStreamListener(EventListener<EndOfStreamEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event EndOfStreamEvent . |
void |
PlayerEndpoint.addEndOfStreamListener(EventListener<EndOfStreamEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event EndOfStreamEvent . |
void |
MediaObject.addErrorListener(EventListener<ErrorEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event ErrorEvent . |
void |
WebRtcEndpoint.addIceCandidate(IceCandidate candidate,
Continuation<Void> cont)
Asynchronous version of addIceCandidate:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.addIceCandidateFoundListener(EventListener<IceCandidateFoundEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event IceCandidateFoundEvent . |
void |
WebRtcEndpoint.addIceComponentStateChangeListener(EventListener<IceComponentStateChangeEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event IceComponentStateChangeEvent . |
void |
WebRtcEndpoint.addIceGatheringDoneListener(EventListener<IceGatheringDoneEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event IceGatheringDoneEvent . |
void |
ImageOverlayFilter.addImage(String id,
String uri,
float offsetXPercent,
float offsetYPercent,
float widthPercent,
float heightPercent,
boolean keepAspectRatio,
boolean center,
Continuation<Void> cont)
Asynchronous version of addImage:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.addMediaFlowInStateChangeListener(EventListener<MediaFlowInStateChangeEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event MediaFlowInStateChangeEvent . |
void |
MediaElement.addMediaFlowOutStateChangeListener(EventListener<MediaFlowOutStateChangeEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event MediaFlowOutStateChangeEvent . |
void |
SessionEndpoint.addMediaSessionStartedListener(EventListener<MediaSessionStartedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event MediaSessionStartedEvent . |
void |
SessionEndpoint.addMediaSessionTerminatedListener(EventListener<MediaSessionTerminatedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event MediaSessionTerminatedEvent . |
void |
BaseRtpEndpoint.addMediaStateChangedListener(EventListener<MediaStateChangedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event MediaStateChangedEvent . |
void |
MediaElement.addMediaTranscodingStateChangeListener(EventListener<MediaTranscodingStateChangeEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event MediaTranscodingStateChangeEvent . |
void |
WebRtcEndpoint.addNewCandidatePairSelectedListener(EventListener<NewCandidatePairSelectedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event NewCandidatePairSelectedEvent . |
void |
ServerManager.addObjectCreatedListener(EventListener<ObjectCreatedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event ObjectCreatedEvent . |
void |
ServerManager.addObjectDestroyedListener(EventListener<ObjectDestroyedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event ObjectDestroyedEvent . |
void |
WebRtcEndpoint.addOnDataChannelClosedListener(EventListener<OnDataChannelClosedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event OnDataChannelClosedEvent . |
void |
WebRtcEndpoint.addOnDataChannelOpenedListener(EventListener<OnDataChannelOpenedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event OnDataChannelOpenedEvent . |
void |
WebRtcEndpoint.addOnIceCandidateListener(EventListener<OnIceCandidateEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event OnIceCandidateEvent . |
void |
WebRtcEndpoint.addOnIceComponentStateChangedListener(EventListener<OnIceComponentStateChangedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event OnIceComponentStateChangedEvent . |
void |
WebRtcEndpoint.addOnIceGatheringDoneListener(EventListener<OnIceGatheringDoneEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event OnIceGatheringDoneEvent . |
void |
RtpEndpoint.addOnKeySoftLimitListener(EventListener<OnKeySoftLimitEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event OnKeySoftLimitEvent . |
void |
RecorderEndpoint.addPausedListener(EventListener<PausedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event PausedEvent . |
void |
RecorderEndpoint.addRecordingListener(EventListener<RecordingEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event RecordingEvent . |
void |
RecorderEndpoint.addStoppedListener(EventListener<StoppedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event StoppedEvent . |
void |
MediaObject.addTag(String key,
String value,
Continuation<Void> cont)
Asynchronous version of addTag:
onSuccess(F) is called when the action is
done. |
void |
UriEndpoint.addUriEndpointStateChangedListener(EventListener<UriEndpointStateChangedEvent> listener,
Continuation<ListenerSubscription> cont)
Add a
EventListener for event UriEndpointStateChangedEvent . |
void |
AbstractBuilder.buildAsync(Continuation<T> continuation)
Builds an object asynchronously using the builder design pattern.
|
void |
WebRtcEndpoint.closeDataChannel(int channelId,
Continuation<Void> cont)
Asynchronous version of closeDataChannel:
onSuccess(F) is called when the action is
done. |
void |
Transaction.commit(Continuation<Void> continuation) |
void |
Dispatcher.connect(HubPort source,
HubPort sink,
Continuation<Void> cont)
Asynchronous version of connect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.connect(MediaElement sink,
Continuation<Void> cont)
Asynchronous version of connect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.connect(MediaElement sink,
MediaType mediaType,
Continuation<Void> cont)
Asynchronous version of connect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.connect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
Continuation<Void> cont)
Asynchronous version of connect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.connect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription,
Continuation<Void> cont)
Asynchronous version of connect:
onSuccess(F) is called when the action is
done. |
void |
Mixer.connect(MediaType media,
HubPort source,
HubPort sink,
Continuation<Void> cont)
Asynchronous version of connect:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.createDataChannel(Continuation<Void> cont)
Asynchronous version of createDataChannel:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.createDataChannel(String label,
boolean ordered,
Continuation<Void> cont)
Asynchronous version of createDataChannel:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.createDataChannel(String label,
boolean ordered,
int maxPacketLifeTime,
Continuation<Void> cont)
Asynchronous version of createDataChannel:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.createDataChannel(String label,
boolean ordered,
int maxPacketLifeTime,
int maxRetransmits,
Continuation<Void> cont)
Asynchronous version of createDataChannel:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.createDataChannel(String label,
boolean ordered,
int maxPacketLifeTime,
int maxRetransmits,
String protocol,
Continuation<Void> cont)
Asynchronous version of createDataChannel:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.createDataChannel(String label,
Continuation<Void> cont)
Asynchronous version of createDataChannel:
onSuccess(F) is called when the action is
done. |
void |
KurentoClient.createMediaPipeline(Continuation<MediaPipeline> cont)
Creates a new
MediaPipeline in the media server. |
void |
KurentoClient.createMediaPipeline(Properties properties,
Continuation<MediaPipeline> cont)
Creates a new
MediaPipeline in the media server. |
void |
MediaElement.disconnect(MediaElement sink,
Continuation<Void> cont)
Asynchronous version of disconnect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.disconnect(MediaElement sink,
MediaType mediaType,
Continuation<Void> cont)
Asynchronous version of disconnect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.disconnect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
Continuation<Void> cont)
Asynchronous version of disconnect:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.disconnect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription,
Continuation<Void> cont)
Asynchronous version of disconnect:
onSuccess(F) is called when the action is
done. |
void |
Mixer.disconnect(MediaType media,
HubPort source,
HubPort sink,
Continuation<Void> cont)
Asynchronous version of disconnect:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.gatherCandidates(Continuation<Void> cont)
Asynchronous version of gatherCandidates:
onSuccess(F) is called when the action is
done. |
void |
SdpEndpoint.generateOffer(Continuation<String> cont)
Asynchronous version of generateOffer:
onSuccess(F) is called when the action is
done. |
void |
MediaObject.getChildren(Continuation<List<MediaObject>> cont)
Get children of this
MediaObject . |
void |
MediaObject.getChilds(Continuation<List<MediaObject>> cont)
Deprecated.
Get (Use children instead) children of this
MediaObject . |
void |
GStreamerFilter.getCommand(Continuation<String> cont)
Get String used to instantiate the GStreamer element, as in `gst-launch
|
void |
BaseRtpEndpoint.getConnectionState(Continuation<ConnectionState> cont)
Get Connection state.
|
void |
MediaObject.getCreationTime(Continuation<Integer> cont)
Get
MediaObject creation time in seconds since Epoch. |
void |
PlayerEndpoint.getElementGstreamerDot(Continuation<String> cont)
Get Returns the GStreamer DOT string for this element's private pipeline
|
void |
MediaElement.getGstreamerDot(Continuation<String> cont)
Asynchronous version of getGstreamerDot:
onSuccess(F) is called when the action is
done. |
void |
Hub.getGstreamerDot(Continuation<String> cont)
Asynchronous version of getGstreamerDot:
onSuccess(F) is called when the action is
done. |
void |
MediaPipeline.getGstreamerDot(Continuation<String> cont)
Asynchronous version of getGstreamerDot:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getGstreamerDot(GstreamerDotDetails details,
Continuation<String> cont)
Asynchronous version of getGstreamerDot:
onSuccess(F) is called when the action is
done. |
void |
Hub.getGstreamerDot(GstreamerDotDetails details,
Continuation<String> cont)
Asynchronous version of getGstreamerDot:
onSuccess(F) is called when the action is
done. |
void |
MediaPipeline.getGstreamerDot(GstreamerDotDetails details,
Continuation<String> cont)
Asynchronous version of getGstreamerDot:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.getICECandidatePairs(Continuation<List<IceCandidatePair>> cont)
Get the ICE candidate pair (local and remote candidates) used by the ice library for each stream.
|
void |
WebRtcEndpoint.getIceConnectionState(Continuation<List<IceConnection>> cont)
Get the ICE connection state for all the connections.
|
void |
MediaObject.getId(Continuation<String> cont)
Get unique identifier of this
MediaObject . |
void |
ServerManager.getInfo(Continuation<ServerInfo> cont)
Get Server information, version, modules, factories, etc
|
void |
ServerManager.getKmd(String moduleName,
Continuation<String> cont)
Asynchronous version of getKmd:
onSuccess(F) is called when the action is
done. |
void |
MediaPipeline.getLatencyStats(Continuation<Boolean> cont)
Get If statistics about pipeline latency are enabled for all mediaElements
|
void |
SdpEndpoint.getLocalSessionDescriptor(Continuation<String> cont)
Asynchronous version of getLocalSessionDescriptor:
onSuccess(F) is called when the action is
done. |
void |
SdpEndpoint.getMaxAudioRecvBandwidth(Continuation<Integer> cont)
Get Maximum bandwidth for audio reception, in kbps.
|
void |
MediaElement.getMaxOuputBitrate(Continuation<Integer> cont)
Deprecated.
Get Deprecated due to a typo. Use maxOutputBitrate instead of this function. Maximum video bandwidth for transcoding. 0 = unlimited.
Unit: bps(bits per second).
Default value: MAXINT
|
void |
MediaElement.getMaxOutputBitrate(Continuation<Integer> cont)
Get Maximum video bitrate for transcoding.
|
void |
SdpEndpoint.getMaxVideoRecvBandwidth(Continuation<Integer> cont)
Get Maximum bandwidth for video reception, in kbps.
|
void |
BaseRtpEndpoint.getMaxVideoSendBandwidth(Continuation<Integer> cont)
Get Maximum bandwidth for video transmission, in kbps.
|
void |
MediaObject.getMediaPipeline(Continuation<MediaPipeline> cont)
Get
MediaPipeline to which this MediaObject belongs. |
void |
BaseRtpEndpoint.getMediaState(Continuation<MediaState> cont)
Get Media flow state.
|
void |
ServerManager.getMetadata(Continuation<String> cont)
Get Metadata stored in the server
|
void |
MediaElement.getMinOuputBitrate(Continuation<Integer> cont)
Deprecated.
Get Deprecated due to a typo. Use minOutputBitrate instead of this function. Minimum video bandwidth for transcoding.
Unit: bps(bits per second).
Default value: 0
|
void |
MediaElement.getMinOutputBitrate(Continuation<Integer> cont)
Get Minimum video bitrate for transcoding.
|
void |
BaseRtpEndpoint.getMinVideoRecvBandwidth(Continuation<Integer> cont)
Get Minimum bandwidth announced for video reception, in kbps.
|
void |
BaseRtpEndpoint.getMinVideoSendBandwidth(Continuation<Integer> cont)
Get Minimum bandwidth for video transmission, in kbps.
|
void |
MediaObject.getName(Continuation<String> cont)
Get this
MediaObject 's name. |
void |
MediaObject.getParent(Continuation<MediaObject> cont)
Get parent of this
MediaObject . |
void |
ServerManager.getPipelines(Continuation<List<MediaPipeline>> cont)
Get All the pipelines available in the server
|
void |
PlayerEndpoint.getPosition(Continuation<Long> cont)
Get Get or set the actual position of the video in ms.
|
void |
BaseRtpEndpoint.getRembParams(Continuation<RembParams> cont)
Get Advanced parameters to configure the congestion control algorithm.
|
void |
SdpEndpoint.getRemoteSessionDescriptor(Continuation<String> cont)
Asynchronous version of getRemoteSessionDescriptor:
onSuccess(F) is called when the action is
done. |
void |
MediaObject.getSendTagsInEvents(Continuation<Boolean> cont)
Get flag activating or deactivating sending the element's tags in fired events.
|
void |
ServerManager.getSessions(Continuation<List<String>> cont)
Get All active sessions in the server
|
void |
MediaElement.getSinkConnections(Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSinkConnections:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSinkConnections(MediaType mediaType,
Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSinkConnections:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSinkConnections(MediaType mediaType,
String description,
Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSinkConnections:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSourceConnections(Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSourceConnections:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSourceConnections(MediaType mediaType,
Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSourceConnections:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getSourceConnections(MediaType mediaType,
String description,
Continuation<List<ElementConnectionData>> cont)
Asynchronous version of getSourceConnections:
onSuccess(F) is called when the action is
done. |
void |
UriEndpoint.getState(Continuation<UriEndpointState> cont)
Get State of the endpoint
|
void |
MediaElement.getStats(Continuation<Map<String,Stats>> cont)
Asynchronous version of getStats:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.getStats(MediaType mediaType,
Continuation<Map<String,Stats>> cont)
Asynchronous version of getStats:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.getStunServerAddress(Continuation<String> cont)
Get address of the STUN server (Only IP address are supported)
|
void |
WebRtcEndpoint.getStunServerPort(Continuation<Integer> cont)
Get port of the STUN server
|
void |
MediaObject.getTag(String key,
Continuation<String> cont)
Asynchronous version of getTag:
onSuccess(F) is called when the action is
done. |
void |
MediaObject.getTags(Continuation<List<Tag>> cont)
Asynchronous version of getTags:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.getTurnUrl(Continuation<String> cont)
Get TURN server URL with this format:
user:password@address:port(?transport=[udp|tcp|tls]) .address must be an IP (not a domain).transport is optional (UDP by default). |
void |
UriEndpoint.getUri(Continuation<String> cont)
Get The uri for this endpoint.
|
void |
HttpEndpoint.getUrl(Continuation<String> cont)
Asynchronous version of getUrl:
onSuccess(F) is called when the action is
done. |
void |
ServerManager.getUsedMemory(Continuation<Long> cont)
Asynchronous version of getUsedMemory:
onSuccess(F) is called when the action is
done. |
void |
PlayerEndpoint.getVideoInfo(Continuation<VideoInfo> cont)
Get Returns info about the source being played
|
void |
MediaElement.isMediaFlowingIn(MediaType mediaType,
Continuation<Boolean> cont)
Asynchronous version of isMediaFlowingIn:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.isMediaFlowingIn(MediaType mediaType,
String sinkMediaDescription,
Continuation<Boolean> cont)
Asynchronous version of isMediaFlowingIn:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.isMediaFlowingOut(MediaType mediaType,
Continuation<Boolean> cont)
Asynchronous version of isMediaFlowingOut:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.isMediaFlowingOut(MediaType mediaType,
String sourceMediaDescription,
Continuation<Boolean> cont)
Asynchronous version of isMediaFlowingOut:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.isMediaTranscoding(MediaType mediaType,
Continuation<Boolean> cont)
Asynchronous version of isMediaTranscoding:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.isMediaTranscoding(MediaType mediaType,
String binName,
Continuation<Boolean> cont)
Asynchronous version of isMediaTranscoding:
onSuccess(F) is called when the action is
done. |
void |
UriEndpoint.pause(Continuation<Void> cont)
Asynchronous version of pause:
onSuccess(F) is called when the action is
done. |
void |
PlayerEndpoint.play(Continuation<Void> cont)
Asynchronous version of play:
onSuccess(F) is called when the action is
done. |
void |
SdpEndpoint.processAnswer(String answer,
Continuation<String> cont)
Asynchronous version of processAnswer:
onSuccess(F) is called when the action is
done. |
void |
SdpEndpoint.processOffer(String offer,
Continuation<String> cont)
Asynchronous version of processOffer:
onSuccess(F) is called when the action is
done. |
void |
RecorderEndpoint.record(Continuation<Void> cont)
Asynchronous version of record:
onSuccess(F) is called when the action is
done. |
void |
KurentoObject.release(Continuation<Void> continuation)
Explicitly release a media object form memory.
|
void |
ZBarFilter.removeCodeFoundListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event CodeFoundEvent . |
void |
BaseRtpEndpoint.removeConnectionStateChangedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event ConnectionStateChangedEvent . |
void |
WebRtcEndpoint.removeDataChannelCloseListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event DataChannelCloseEvent . |
void |
WebRtcEndpoint.removeDataChannelOpenListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event DataChannelOpenEvent . |
void |
MediaElement.removeElementConnectedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event ElementConnectedEvent . |
void |
MediaElement.removeElementDisconnectedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event ElementDisconnectedEvent . |
void |
HttpPostEndpoint.removeEndOfStreamListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event EndOfStreamEvent . |
void |
PlayerEndpoint.removeEndOfStreamListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event EndOfStreamEvent . |
void |
MediaObject.removeErrorListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event ErrorEvent . |
void |
WebRtcEndpoint.removeIceCandidateFoundListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event IceCandidateFoundEvent . |
void |
WebRtcEndpoint.removeIceComponentStateChangeListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event IceComponentStateChangeEvent . |
void |
WebRtcEndpoint.removeIceGatheringDoneListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event IceGatheringDoneEvent . |
void |
ImageOverlayFilter.removeImage(String id,
Continuation<Void> cont)
Asynchronous version of removeImage:
onSuccess(F) is called when the action is
done. |
void |
MediaElement.removeMediaFlowInStateChangeListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event MediaFlowInStateChangeEvent . |
void |
MediaElement.removeMediaFlowOutStateChangeListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event MediaFlowOutStateChangeEvent . |
void |
SessionEndpoint.removeMediaSessionStartedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event MediaSessionStartedEvent . |
void |
SessionEndpoint.removeMediaSessionTerminatedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event MediaSessionTerminatedEvent . |
void |
BaseRtpEndpoint.removeMediaStateChangedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event MediaStateChangedEvent . |
void |
MediaElement.removeMediaTranscodingStateChangeListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event MediaTranscodingStateChangeEvent . |
void |
WebRtcEndpoint.removeNewCandidatePairSelectedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event NewCandidatePairSelectedEvent . |
void |
ServerManager.removeObjectCreatedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event ObjectCreatedEvent . |
void |
ServerManager.removeObjectDestroyedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event ObjectDestroyedEvent . |
void |
WebRtcEndpoint.removeOnDataChannelClosedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event OnDataChannelClosedEvent . |
void |
WebRtcEndpoint.removeOnDataChannelOpenedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event OnDataChannelOpenedEvent . |
void |
WebRtcEndpoint.removeOnIceCandidateListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event OnIceCandidateEvent . |
void |
WebRtcEndpoint.removeOnIceComponentStateChangedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event OnIceComponentStateChangedEvent . |
void |
WebRtcEndpoint.removeOnIceGatheringDoneListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event OnIceGatheringDoneEvent . |
void |
RtpEndpoint.removeOnKeySoftLimitListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event OnKeySoftLimitEvent . |
void |
RecorderEndpoint.removePausedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event PausedEvent . |
void |
RecorderEndpoint.removeRecordingListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event RecordingEvent . |
void |
DispatcherOneToMany.removeSource(Continuation<Void> cont)
Asynchronous version of removeSource:
onSuccess(F) is called when the action is
done. |
void |
RecorderEndpoint.removeStoppedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event StoppedEvent . |
void |
MediaObject.removeTag(String key,
Continuation<Void> cont)
Asynchronous version of removeTag:
onSuccess(F) is called when the action is
done. |
void |
UriEndpoint.removeUriEndpointStateChangedListener(ListenerSubscription listenerSubscription,
Continuation<Void> cont)
Remove a
ListenerSubscription for event UriEndpointStateChangedEvent . |
void |
MediaElement.setAudioFormat(AudioCaps caps,
Continuation<Void> cont)
Asynchronous version of setAudioFormat:
onSuccess(F) is called when the action is
done. |
void |
GStreamerFilter.setElementProperty(String propertyName,
String propertyValue,
Continuation<Void> cont)
Asynchronous version of setElementProperty:
onSuccess(F) is called when the action is
done. |
void |
MediaPipeline.setLatencyStats(boolean latencyStats,
Continuation<Void> cont)
Set If statistics about pipeline latency are enabled for all mediaElements
|
void |
AlphaBlending.setMaster(HubPort source,
int zOrder,
Continuation<Void> cont)
Asynchronous version of setMaster:
onSuccess(F) is called when the action is
done. |
void |
SdpEndpoint.setMaxAudioRecvBandwidth(int maxAudioRecvBandwidth,
Continuation<Void> cont)
Set Maximum bandwidth for audio reception, in kbps.
|
void |
MediaElement.setMaxOuputBitrate(int maxOuputBitrate,
Continuation<Void> cont)
Deprecated.
Set Deprecated due to a typo. Use maxOutputBitrate instead of this function. Maximum video bandwidth for transcoding. 0 = unlimited.
Unit: bps(bits per second).
Default value: MAXINT
|
void |
MediaElement.setMaxOutputBitrate(int maxOutputBitrate,
Continuation<Void> cont)
Set Maximum video bitrate for transcoding.
|
void |
SdpEndpoint.setMaxVideoRecvBandwidth(int maxVideoRecvBandwidth,
Continuation<Void> cont)
Set Maximum bandwidth for video reception, in kbps.
|
void |
BaseRtpEndpoint.setMaxVideoSendBandwidth(int maxVideoSendBandwidth,
Continuation<Void> cont)
Set Maximum bandwidth for video transmission, in kbps.
|
void |
MediaElement.setMinOuputBitrate(int minOuputBitrate,
Continuation<Void> cont)
Deprecated.
Set Deprecated due to a typo. Use minOutputBitrate instead of this function. Minimum video bandwidth for transcoding.
Unit: bps(bits per second).
Default value: 0
|
void |
MediaElement.setMinOutputBitrate(int minOutputBitrate,
Continuation<Void> cont)
Set Minimum video bitrate for transcoding.
|
void |
BaseRtpEndpoint.setMinVideoRecvBandwidth(int minVideoRecvBandwidth,
Continuation<Void> cont)
Set Minimum bandwidth announced for video reception, in kbps.
|
void |
BaseRtpEndpoint.setMinVideoSendBandwidth(int minVideoSendBandwidth,
Continuation<Void> cont)
Set Minimum bandwidth for video transmission, in kbps.
|
void |
MediaObject.setName(String name,
Continuation<Void> cont)
Set this
MediaObject 's name. |
void |
MediaElement.setOutputBitrate(int bitrate,
Continuation<Void> cont)
Asynchronous version of setOutputBitrate:
onSuccess(F) is called when the action is
done. |
void |
FaceOverlayFilter.setOverlayedImage(String uri,
float offsetXPercent,
float offsetYPercent,
float widthPercent,
float heightPercent,
Continuation<Void> cont)
Asynchronous version of setOverlayedImage:
onSuccess(F) is called when the action is
done. |
void |
AlphaBlending.setPortProperties(float relativeX,
float relativeY,
int zOrder,
float relativeWidth,
float relativeHeight,
HubPort port,
Continuation<Void> cont)
Asynchronous version of setPortProperties:
onSuccess(F) is called when the action is
done. |
void |
PlayerEndpoint.setPosition(long position,
Continuation<Void> cont)
Set Get or set the actual position of the video in ms.
|
void |
BaseRtpEndpoint.setRembParams(RembParams rembParams,
Continuation<Void> cont)
Set Advanced parameters to configure the congestion control algorithm.
|
void |
MediaObject.setSendTagsInEvents(boolean sendTagsInEvents,
Continuation<Void> cont)
Set flag activating or deactivating sending the element's tags in fired events.
|
void |
DispatcherOneToMany.setSource(HubPort source,
Continuation<Void> cont)
Asynchronous version of setSource:
onSuccess(F) is called when the action is
done. |
void |
WebRtcEndpoint.setStunServerAddress(String stunServerAddress,
Continuation<Void> cont)
Set address of the STUN server (Only IP address are supported)
|
void |
WebRtcEndpoint.setStunServerPort(int stunServerPort,
Continuation<Void> cont)
Set port of the STUN server
|
void |
WebRtcEndpoint.setTurnUrl(String turnUrl,
Continuation<Void> cont)
Set TURN server URL with this format:
user:password@address:port(?transport=[udp|tcp|tls]) .address must be an IP (not a domain).transport is optional (UDP by default). |
void |
MediaElement.setVideoFormat(VideoCaps caps,
Continuation<Void> cont)
Asynchronous version of setVideoFormat:
onSuccess(F) is called when the action is
done. |
void |
UriEndpoint.stop(Continuation<Void> cont)
Asynchronous version of stop:
onSuccess(F) is called when the action is
done. |
void |
RecorderEndpoint.stopAndWait(Continuation<Void> cont)
Asynchronous version of stopAndWait:
onSuccess(F) is called when the action is
done. |
void |
FaceOverlayFilter.unsetOverlayedImage(Continuation<Void> cont)
Asynchronous version of unsetOverlayedImage:
onSuccess(F) is called when the action is
done. |
void |
KurentoObject.whenCommited(Continuation<?> continuation) |
void |
KurentoObject.whenCommited(Continuation<?> continuation,
Executor executor) |
Copyright © 2018 Kurento. All rights reserved.