Uses of Interface
org.kurento.client.Continuation
-
Uses of Continuation in org.kurento.client
Methods in org.kurento.client with parameters of type ContinuationModifier and TypeMethodDescriptionvoidZBarFilter.addCodeFoundListener(EventListener<CodeFoundEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventCodeFoundEvent.voidBaseRtpEndpoint.addConnectionStateChangedListener(EventListener<ConnectionStateChangedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventConnectionStateChangedEvent.voidWebRtcEndpoint.addDataChannelClosedListener(EventListener<DataChannelClosedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventDataChannelClosedEvent.voidWebRtcEndpoint.addDataChannelOpenedListener(EventListener<DataChannelOpenedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventDataChannelOpenedEvent.voidWebRtcEndpoint.addDtlsConnectionStateChangeListener(EventListener<DtlsConnectionStateChangeEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventDtlsConnectionStateChangeEvent.voidMediaElement.addElementConnectedListener(EventListener<ElementConnectedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventElementConnectedEvent.voidMediaElement.addElementDisconnectedListener(EventListener<ElementDisconnectedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventElementDisconnectedEvent.voidHttpPostEndpoint.addEndOfStreamListener(EventListener<EndOfStreamEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventEndOfStreamEvent.voidPlayerEndpoint.addEndOfStreamListener(EventListener<EndOfStreamEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventEndOfStreamEvent.voidMediaObject.addErrorListener(EventListener<ErrorEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventErrorEvent.voidWebRtcEndpoint.addIceCandidate(IceCandidate candidate, Continuation<Void> cont) Asynchronous version of addIceCandidate:Continuation.onSuccess(F)is called when the action is done.voidWebRtcEndpoint.addIceCandidateFoundListener(EventListener<IceCandidateFoundEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventIceCandidateFoundEvent.voidWebRtcEndpoint.addIceComponentStateChangedListener(EventListener<IceComponentStateChangedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventIceComponentStateChangedEvent.voidWebRtcEndpoint.addIceGatheringDoneListener(EventListener<IceGatheringDoneEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventIceGatheringDoneEvent.voidImageOverlayFilter.addImage(String id, String uri, float offsetXPercent, float offsetYPercent, float widthPercent, float heightPercent, boolean keepAspectRatio, boolean center, Continuation<Void> cont) Asynchronous version of addImage:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.addMediaFlowInStateChangedListener(EventListener<MediaFlowInStateChangedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventMediaFlowInStateChangedEvent.voidMediaElement.addMediaFlowOutStateChangedListener(EventListener<MediaFlowOutStateChangedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventMediaFlowOutStateChangedEvent.voidSessionEndpoint.addMediaSessionStartedListener(EventListener<MediaSessionStartedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventMediaSessionStartedEvent.voidSessionEndpoint.addMediaSessionTerminatedListener(EventListener<MediaSessionTerminatedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventMediaSessionTerminatedEvent.voidBaseRtpEndpoint.addMediaStateChangedListener(EventListener<MediaStateChangedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventMediaStateChangedEvent.voidMediaElement.addMediaTranscodingStateChangedListener(EventListener<MediaTranscodingStateChangedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventMediaTranscodingStateChangedEvent.voidWebRtcEndpoint.addNewCandidatePairSelectedListener(EventListener<NewCandidatePairSelectedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventNewCandidatePairSelectedEvent.voidServerManager.addObjectCreatedListener(EventListener<ObjectCreatedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventObjectCreatedEvent.voidServerManager.addObjectDestroyedListener(EventListener<ObjectDestroyedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventObjectDestroyedEvent.voidRtpEndpoint.addOnKeySoftLimitListener(EventListener<OnKeySoftLimitEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventOnKeySoftLimitEvent.voidRecorderEndpoint.addPausedListener(EventListener<PausedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventPausedEvent.voidRecorderEndpoint.addRecordingListener(EventListener<RecordingEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventRecordingEvent.voidRecorderEndpoint.addStoppedListener(EventListener<StoppedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventStoppedEvent.voidMediaObject.addTag(String key, String value, Continuation<Void> cont) Asynchronous version of addTag:Continuation.onSuccess(F)is called when the action is done.voidUriEndpoint.addUriEndpointStateChangedListener(EventListener<UriEndpointStateChangedEvent> listener, Continuation<ListenerSubscription> cont) Add aEventListenerfor eventUriEndpointStateChangedEvent.voidAbstractBuilder.buildAsync(Continuation<T> continuation) Builds an object asynchronously using the builder design pattern.voidWebRtcEndpoint.closeDataChannel(int channelId, Continuation<Void> cont) Asynchronous version of closeDataChannel:Continuation.onSuccess(F)is called when the action is done.voidTransaction.commit(Continuation<Void> continuation) voidDispatcher.connect(HubPort source, HubPort sink, Continuation<Void> cont) Asynchronous version of connect:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.connect(MediaElement sink, Continuation<Void> cont) Asynchronous version of connect:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.connect(MediaElement sink, MediaType mediaType, String sourceMediaDescription, String sinkMediaDescription, Continuation<Void> cont) Asynchronous version of connect:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.connect(MediaElement sink, MediaType mediaType, String sourceMediaDescription, Continuation<Void> cont) Asynchronous version of connect:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.connect(MediaElement sink, MediaType mediaType, Continuation<Void> cont) Asynchronous version of connect:Continuation.onSuccess(F)is called when the action is done.voidAsynchronous version of connect:Continuation.onSuccess(F)is called when the action is done.voidWebRtcEndpoint.createDataChannel(String label, boolean ordered, int maxPacketLifeTime, int maxRetransmits, String protocol, Continuation<Void> cont) Asynchronous version of createDataChannel:Continuation.onSuccess(F)is called when the action is done.voidWebRtcEndpoint.createDataChannel(String label, boolean ordered, int maxPacketLifeTime, int maxRetransmits, Continuation<Void> cont) Asynchronous version of createDataChannel:Continuation.onSuccess(F)is called when the action is done.voidWebRtcEndpoint.createDataChannel(String label, boolean ordered, int maxPacketLifeTime, Continuation<Void> cont) Asynchronous version of createDataChannel:Continuation.onSuccess(F)is called when the action is done.voidWebRtcEndpoint.createDataChannel(String label, boolean ordered, Continuation<Void> cont) Asynchronous version of createDataChannel:Continuation.onSuccess(F)is called when the action is done.voidWebRtcEndpoint.createDataChannel(String label, Continuation<Void> cont) Asynchronous version of createDataChannel:Continuation.onSuccess(F)is called when the action is done.voidWebRtcEndpoint.createDataChannel(Continuation<Void> cont) Asynchronous version of createDataChannel:Continuation.onSuccess(F)is called when the action is done.voidKurentoClient.createMediaPipeline(Continuation<MediaPipeline> cont) Creates a newMediaPipelinein the media server.voidKurentoClient.createMediaPipeline(Properties properties, Continuation<MediaPipeline> cont) Creates a newMediaPipelinein the media server.voidMediaElement.disconnect(MediaElement sink, Continuation<Void> cont) Asynchronous version of disconnect:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.disconnect(MediaElement sink, MediaType mediaType, String sourceMediaDescription, String sinkMediaDescription, Continuation<Void> cont) Asynchronous version of disconnect:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.disconnect(MediaElement sink, MediaType mediaType, String sourceMediaDescription, Continuation<Void> cont) Asynchronous version of disconnect:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.disconnect(MediaElement sink, MediaType mediaType, Continuation<Void> cont) Asynchronous version of disconnect:Continuation.onSuccess(F)is called when the action is done.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.voidHub.dumpGstreamerDot(Continuation<Void> cont) Asynchronous version of dumpGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidHub.dumpGstreamerDot(GstreamerDotDetails details, Continuation<Void> cont) Asynchronous version of dumpGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.dumpGstreamerDot(Continuation<Void> cont) Asynchronous version of dumpGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.dumpGstreamerDot(GstreamerDotDetails details, Continuation<Void> cont) Asynchronous version of dumpGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidMediaPipeline.dumpGstreamerDot(Continuation<Void> cont) Asynchronous version of dumpGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidMediaPipeline.dumpGstreamerDot(GstreamerDotDetails details, Continuation<Void> cont) Asynchronous version of dumpGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidWebRtcEndpoint.gatherCandidates(Continuation<Void> cont) Asynchronous version of gatherCandidates:Continuation.onSuccess(F)is called when the action is done.voidSdpEndpoint.generateOffer(Continuation<String> cont) Asynchronous version of generateOffer:Continuation.onSuccess(F)is called when the action is done.voidSdpEndpoint.generateOffer(OfferOptions options, Continuation<String> cont) Asynchronous version of generateOffer:Continuation.onSuccess(F)is called when the action is done.voidMediaObject.getChildren(Continuation<List<MediaObject>> cont) Get Children of thisMediaObject.voidGStreamerFilter.getCommand(Continuation<String> cont) Get String used to instantiate the GStreamer element, as in gst-launch (https://gstreamer.freedesktop.org/documentation/tools/gst-launch.html).voidBaseRtpEndpoint.getConnectionState(Continuation<ConnectionState> cont) Get Connection state.voidServerManager.getCpuCount(Continuation<Integer> cont) Asynchronous version of getCpuCount:Continuation.onSuccess(F)is called when the action is done.voidMediaObject.getCreationTime(Continuation<Integer> cont) GetMediaObjectcreation time in seconds since Epoch.voidWebRtcEndpoint.getDtlsConnectionState(Continuation<List<DtlsConnection>> cont) Get the DTLS connection state for all the connections.voidPlayerEndpoint.getElementGstreamerDot(Continuation<String> cont) Get Returns the GStreamer DOT string for this element's private pipelinevoidMediaElement.getEncoderBitrate(Continuation<Integer> cont) Get Target video bitrate for media transcoding.voidWebRtcEndpoint.getExternalIPv4(Continuation<String> cont) Get External IPv4 address of the media server.voidWebRtcEndpoint.getExternalIPv6(Continuation<String> cont) Get External IPv6 address of the media server.voidHub.getGstreamerDot(Continuation<String> cont) Asynchronous version of getGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidHub.getGstreamerDot(GstreamerDotDetails details, Continuation<String> cont) Asynchronous version of getGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.getGstreamerDot(Continuation<String> cont) Asynchronous version of getGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.getGstreamerDot(GstreamerDotDetails details, Continuation<String> cont) Asynchronous version of getGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidMediaPipeline.getGstreamerDot(Continuation<String> cont) Asynchronous version of getGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidMediaPipeline.getGstreamerDot(GstreamerDotDetails details, Continuation<String> cont) Asynchronous version of getGstreamerDot:Continuation.onSuccess(F)is called when the action is done.voidWebRtcEndpoint.getICECandidatePairs(Continuation<List<IceCandidatePair>> cont) Get the ICE candidate pair (local and remote candidates) used by the ICE library for each stream.voidWebRtcEndpoint.getIceConnectionState(Continuation<List<IceConnection>> cont) Get the ICE connection state for all the connections.voidWebRtcEndpoint.getIceTcp(Continuation<Boolean> cont) Get Enable ICE-TCP candidate gathering.voidMediaObject.getId(Continuation<String> cont) Get Unique identifier of thisMediaObject.voidServerManager.getInfo(Continuation<ServerInfo> cont) Get Server information, version, modules, factories, etcvoidServerManager.getKmd(String moduleName, Continuation<String> cont) Asynchronous version of getKmd:Continuation.onSuccess(F)is called when the action is done.voidMediaPipeline.getLatencyStats(Continuation<Boolean> cont) Get If statistics about pipeline latency are enabled for all mediaElementsvoidSdpEndpoint.getLocalSessionDescriptor(Continuation<String> cont) Asynchronous version of getLocalSessionDescriptor:Continuation.onSuccess(F)is called when the action is done.voidSdpEndpoint.getMaxAudioRecvBandwidth(Continuation<Integer> cont) Get Maximum inbound bitrate requested by this endpoint.voidMediaElement.getMaxEncoderBitrate(Continuation<Integer> cont) Get Maximum video bitrate for media transcoding.voidSdpEndpoint.getMaxVideoRecvBandwidth(Continuation<Integer> cont) Get Maximum inbound bitrate requested by this endpoint.voidBaseRtpEndpoint.getMaxVideoSendBandwidth(Continuation<Integer> cont) Get Maximum outbound bitrate sent by this endpoint.voidMediaObject.getMediaPipeline(Continuation<MediaPipeline> cont) GetMediaPipelineto which thisMediaObjectbelongs.voidBaseRtpEndpoint.getMediaState(Continuation<MediaState> cont) Get Media flow state.voidServerManager.getMetadata(Continuation<String> cont) Get Metadata stored in the servervoidMediaElement.getMinEncoderBitrate(Continuation<Integer> cont) Get Minimum video bitrate for media transcoding.voidBaseRtpEndpoint.getMinVideoRecvBandwidth(Continuation<Integer> cont) Get Minimum inbound bitrate requested by this endpoint.voidBaseRtpEndpoint.getMinVideoSendBandwidth(Continuation<Integer> cont) Get Minimum outbound bitrate sent by this endpoint.voidBaseRtpEndpoint.getMtu(Continuation<Integer> cont) Get Maximum Transmission Unit (MTU) used for RTP.voidMediaObject.getName(Continuation<String> cont) Get ThisMediaObject's name.voidWebRtcEndpoint.getNetworkInterfaces(Continuation<String> cont) Get Local network interfaces used for ICE gathering.voidMediaObject.getParent(Continuation<MediaObject> cont) Get Parent of thisMediaObject.voidServerManager.getPipelines(Continuation<List<MediaPipeline>> cont) Get All the pipelines available in the servervoidPlayerEndpoint.getPosition(Continuation<Long> cont) Get Get or set the actual position of the video in ms.voidBaseRtpEndpoint.getRembParams(Continuation<RembParams> cont) Get Advanced parameters to configure the congestion control algorithm.voidSdpEndpoint.getRemoteSessionDescriptor(Continuation<String> cont) Asynchronous version of getRemoteSessionDescriptor:Continuation.onSuccess(F)is called when the action is done.voidMediaObject.getSendTagsInEvents(Continuation<Boolean> cont) Get Flag activating or deactivating sending the element's tags in fired events.voidServerManager.getSessions(Continuation<List<String>> cont) Get All active sessions in the servervoidMediaElement.getSinkConnections(Continuation<List<ElementConnectionData>> cont) Asynchronous version of getSinkConnections:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.getSinkConnections(MediaType mediaType, String description, Continuation<List<ElementConnectionData>> cont) Asynchronous version of getSinkConnections:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.getSinkConnections(MediaType mediaType, Continuation<List<ElementConnectionData>> cont) Asynchronous version of getSinkConnections:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.getSourceConnections(Continuation<List<ElementConnectionData>> cont) Asynchronous version of getSourceConnections:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.getSourceConnections(MediaType mediaType, String description, Continuation<List<ElementConnectionData>> cont) Asynchronous version of getSourceConnections:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.getSourceConnections(MediaType mediaType, Continuation<List<ElementConnectionData>> cont) Asynchronous version of getSourceConnections:Continuation.onSuccess(F)is called when the action is done.voidUriEndpoint.getState(Continuation<UriEndpointState> cont) Get State of the endpointvoidMediaElement.getStats(Continuation<Map<String, Stats>> cont) Asynchronous version of getStats:Continuation.onSuccess(F)is called when the action is done.voidAsynchronous version of getStats:Continuation.onSuccess(F)is called when the action is done.voidWebRtcEndpoint.getStunServerAddress(Continuation<String> cont) Get STUN server IP address.voidWebRtcEndpoint.getStunServerPort(Continuation<Integer> cont) Get Port of the STUN servervoidMediaObject.getTag(String key, Continuation<String> cont) Asynchronous version of getTag:Continuation.onSuccess(F)is called when the action is done.voidMediaObject.getTags(Continuation<List<Tag>> cont) Asynchronous version of getTags:Continuation.onSuccess(F)is called when the action is done.voidWebRtcEndpoint.getTurnUrl(Continuation<String> cont) Get TURN server URL.voidUriEndpoint.getUri(Continuation<String> cont) Get The uri for this endpoint.voidHttpEndpoint.getUrl(Continuation<String> cont) Asynchronous version of getUrl:Continuation.onSuccess(F)is called when the action is done.voidServerManager.getUsedCpu(int interval, Continuation<Float> cont) Asynchronous version of getUsedCpu:Continuation.onSuccess(F)is called when the action is done.voidServerManager.getUsedMemory(Continuation<Long> cont) Asynchronous version of getUsedMemory:Continuation.onSuccess(F)is called when the action is done.voidPlayerEndpoint.getVideoInfo(Continuation<VideoInfo> cont) Get Returns info about the source being playedvoidMediaElement.isMediaFlowingIn(MediaType mediaType, String sinkMediaDescription, Continuation<Boolean> cont) Asynchronous version of isMediaFlowingIn:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.isMediaFlowingIn(MediaType mediaType, Continuation<Boolean> cont) Asynchronous version of isMediaFlowingIn:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.isMediaFlowingOut(MediaType mediaType, String sourceMediaDescription, Continuation<Boolean> cont) Asynchronous version of isMediaFlowingOut:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.isMediaFlowingOut(MediaType mediaType, Continuation<Boolean> cont) Asynchronous version of isMediaFlowingOut:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.isMediaTranscoding(MediaType mediaType, String binName, Continuation<Boolean> cont) Asynchronous version of isMediaTranscoding:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.isMediaTranscoding(MediaType mediaType, Continuation<Boolean> cont) Asynchronous version of isMediaTranscoding:Continuation.onSuccess(F)is called when the action is done.voidUriEndpoint.pause(Continuation<Void> cont) Asynchronous version of pause:Continuation.onSuccess(F)is called when the action is done.voidPlayerEndpoint.play(Continuation<Void> cont) Asynchronous version of play:Continuation.onSuccess(F)is called when the action is done.voidSdpEndpoint.processAnswer(String answer, Continuation<String> cont) Asynchronous version of processAnswer:Continuation.onSuccess(F)is called when the action is done.voidSdpEndpoint.processOffer(String offer, Continuation<String> cont) Asynchronous version of processOffer:Continuation.onSuccess(F)is called when the action is done.voidRecorderEndpoint.record(Continuation<Void> cont) Asynchronous version of record:Continuation.onSuccess(F)is called when the action is done.voidKurentoObject.release(Continuation<Void> continuation) Explicitly release a media object form memory.voidZBarFilter.removeCodeFoundListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventCodeFoundEvent.voidBaseRtpEndpoint.removeConnectionStateChangedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventConnectionStateChangedEvent.voidWebRtcEndpoint.removeDataChannelClosedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventDataChannelClosedEvent.voidWebRtcEndpoint.removeDataChannelOpenedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventDataChannelOpenedEvent.voidWebRtcEndpoint.removeDtlsConnectionStateChangeListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventDtlsConnectionStateChangeEvent.voidMediaElement.removeElementConnectedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventElementConnectedEvent.voidMediaElement.removeElementDisconnectedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventElementDisconnectedEvent.voidHttpPostEndpoint.removeEndOfStreamListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventEndOfStreamEvent.voidPlayerEndpoint.removeEndOfStreamListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventEndOfStreamEvent.voidMediaObject.removeErrorListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventErrorEvent.voidWebRtcEndpoint.removeIceCandidateFoundListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventIceCandidateFoundEvent.voidWebRtcEndpoint.removeIceComponentStateChangedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventIceComponentStateChangedEvent.voidWebRtcEndpoint.removeIceGatheringDoneListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventIceGatheringDoneEvent.voidImageOverlayFilter.removeImage(String id, Continuation<Void> cont) Asynchronous version of removeImage:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.removeMediaFlowInStateChangedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventMediaFlowInStateChangedEvent.voidMediaElement.removeMediaFlowOutStateChangedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventMediaFlowOutStateChangedEvent.voidSessionEndpoint.removeMediaSessionStartedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventMediaSessionStartedEvent.voidSessionEndpoint.removeMediaSessionTerminatedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventMediaSessionTerminatedEvent.voidBaseRtpEndpoint.removeMediaStateChangedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventMediaStateChangedEvent.voidMediaElement.removeMediaTranscodingStateChangedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventMediaTranscodingStateChangedEvent.voidWebRtcEndpoint.removeNewCandidatePairSelectedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventNewCandidatePairSelectedEvent.voidServerManager.removeObjectCreatedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventObjectCreatedEvent.voidServerManager.removeObjectDestroyedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventObjectDestroyedEvent.voidRtpEndpoint.removeOnKeySoftLimitListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventOnKeySoftLimitEvent.voidRecorderEndpoint.removePausedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventPausedEvent.voidRecorderEndpoint.removeRecordingListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventRecordingEvent.voidDispatcherOneToMany.removeSource(Continuation<Void> cont) Asynchronous version of removeSource:Continuation.onSuccess(F)is called when the action is done.voidRecorderEndpoint.removeStoppedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventStoppedEvent.voidMediaObject.removeTag(String key, Continuation<Void> cont) Asynchronous version of removeTag:Continuation.onSuccess(F)is called when the action is done.voidUriEndpoint.removeUriEndpointStateChangedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont) Remove aListenerSubscriptionfor eventUriEndpointStateChangedEvent.voidBaseRtpEndpoint.requestKeyframe(Continuation<Void> cont) Asynchronous version of requestKeyframe:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.setAudioFormat(AudioCaps caps, Continuation<Void> cont) Asynchronous version of setAudioFormat:Continuation.onSuccess(F)is called when the action is done.voidGStreamerFilter.setElementProperty(String propertyName, String propertyValue, Continuation<Void> cont) Asynchronous version of setElementProperty:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.setEncoderBitrate(int encoderBitrate, Continuation<Void> cont) Set Target video bitrate for media transcoding.voidWebRtcEndpoint.setExternalIPv4(String externalIPv4, Continuation<Void> cont) Set External IPv4 address of the media server.voidWebRtcEndpoint.setExternalIPv6(String externalIPv6, Continuation<Void> cont) Set External IPv6 address of the media server.voidWebRtcEndpoint.setIceTcp(boolean iceTcp, Continuation<Void> cont) Set Enable ICE-TCP candidate gathering.voidMediaPipeline.setLatencyStats(boolean latencyStats, Continuation<Void> cont) Set If statistics about pipeline latency are enabled for all mediaElementsvoidAlphaBlending.setMaster(HubPort source, int zOrder, Continuation<Void> cont) Asynchronous version of setMaster:Continuation.onSuccess(F)is called when the action is done.voidSdpEndpoint.setMaxAudioRecvBandwidth(int maxAudioRecvBandwidth, Continuation<Void> cont) Set Maximum inbound bitrate requested by this endpoint.voidMediaElement.setMaxEncoderBitrate(int maxEncoderBitrate, Continuation<Void> cont) Set Maximum video bitrate for media transcoding.voidSdpEndpoint.setMaxVideoRecvBandwidth(int maxVideoRecvBandwidth, Continuation<Void> cont) Set Maximum inbound bitrate requested by this endpoint.voidBaseRtpEndpoint.setMaxVideoSendBandwidth(int maxVideoSendBandwidth, Continuation<Void> cont) Set Maximum outbound bitrate sent by this endpoint.voidMediaElement.setMinEncoderBitrate(int minEncoderBitrate, Continuation<Void> cont) Set Minimum video bitrate for media transcoding.voidBaseRtpEndpoint.setMinVideoRecvBandwidth(int minVideoRecvBandwidth, Continuation<Void> cont) Set Minimum inbound bitrate requested by this endpoint.voidBaseRtpEndpoint.setMinVideoSendBandwidth(int minVideoSendBandwidth, Continuation<Void> cont) Set Minimum outbound bitrate sent by this endpoint.voidBaseRtpEndpoint.setMtu(int mtu, Continuation<Void> cont) Set Maximum Transmission Unit (MTU) used for RTP.voidMediaObject.setName(String name, Continuation<Void> cont) Set ThisMediaObject's name.voidWebRtcEndpoint.setNetworkInterfaces(String networkInterfaces, Continuation<Void> cont) Set Local network interfaces used for ICE gathering.voidFaceOverlayFilter.setOverlayedImage(String uri, float offsetXPercent, float offsetYPercent, float widthPercent, float heightPercent, Continuation<Void> cont) Asynchronous version of setOverlayedImage:Continuation.onSuccess(F)is called when the action is done.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.voidPlayerEndpoint.setPosition(long position, Continuation<Void> cont) Set Get or set the actual position of the video in ms.voidBaseRtpEndpoint.setRembParams(RembParams rembParams, Continuation<Void> cont) Set Advanced parameters to configure the congestion control algorithm.voidMediaObject.setSendTagsInEvents(boolean sendTagsInEvents, Continuation<Void> cont) Set Flag activating or deactivating sending the element's tags in fired events.voidDispatcherOneToMany.setSource(HubPort source, Continuation<Void> cont) Asynchronous version of setSource:Continuation.onSuccess(F)is called when the action is done.voidWebRtcEndpoint.setStunServerAddress(String stunServerAddress, Continuation<Void> cont) Set STUN server IP address.voidWebRtcEndpoint.setStunServerPort(int stunServerPort, Continuation<Void> cont) Set Port of the STUN servervoidWebRtcEndpoint.setTurnUrl(String turnUrl, Continuation<Void> cont) Set TURN server URL.voidMediaElement.setVideoFormat(VideoCaps caps, Continuation<Void> cont) Asynchronous version of setVideoFormat:Continuation.onSuccess(F)is called when the action is done.voidUriEndpoint.stop(Continuation<Void> cont) Asynchronous version of stop:Continuation.onSuccess(F)is called when the action is done.voidRecorderEndpoint.stopAndWait(Continuation<Void> cont) Asynchronous version of stopAndWait:Continuation.onSuccess(F)is called when the action is done.voidFaceOverlayFilter.unsetOverlayedImage(Continuation<Void> cont) Asynchronous version of unsetOverlayedImage:Continuation.onSuccess(F)is called when the action is done.voidKurentoObject.whenCommited(Continuation<?> continuation) voidKurentoObject.whenCommited(Continuation<?> continuation, Executor executor)