public interface BaseRtpEndpoint extends SdpEndpoint
generateOffer, generateOffer, generateOffer, getLocalSessionDescriptor, getLocalSessionDescriptor, getLocalSessionDescriptor, getMaxAudioRecvBandwidth, getMaxAudioRecvBandwidth, getMaxAudioRecvBandwidth, getMaxVideoRecvBandwidth, getMaxVideoRecvBandwidth, getMaxVideoRecvBandwidth, getRemoteSessionDescriptor, getRemoteSessionDescriptor, getRemoteSessionDescriptor, processAnswer, processAnswer, processAnswer, processOffer, processOffer, processOffer, setMaxAudioRecvBandwidth, setMaxAudioRecvBandwidth, setMaxAudioRecvBandwidth, setMaxVideoRecvBandwidth, setMaxVideoRecvBandwidth, setMaxVideoRecvBandwidthaddMediaSessionStartedListener, addMediaSessionStartedListener, addMediaSessionTerminatedListener, addMediaSessionTerminatedListener, removeMediaSessionStartedListener, removeMediaSessionStartedListener, removeMediaSessionTerminatedListener, removeMediaSessionTerminatedListeneraddElementConnectedListener, addElementConnectedListener, addElementDisconnectedListener, addElementDisconnectedListener, connect, connect, connect, connect, connect, connect, connect, connect, connect, connect, connect, connect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, getGstreamerDot, getGstreamerDot, getGstreamerDot, getGstreamerDot, getGstreamerDot, getGstreamerDot, getMaxOuputBitrate, getMaxOuputBitrate, getMaxOuputBitrate, getMinOuputBitrate, getMinOuputBitrate, getMinOuputBitrate, getSinkConnections, getSinkConnections, getSinkConnections, getSinkConnections, getSinkConnections, getSinkConnections, getSinkConnections, getSinkConnections, getSinkConnections, getSourceConnections, getSourceConnections, getSourceConnections, getSourceConnections, getSourceConnections, getSourceConnections, getSourceConnections, getSourceConnections, getSourceConnections, getStats, getStats, getStats, getStats, getStats, getStats, removeElementConnectedListener, removeElementConnectedListener, removeElementDisconnectedListener, removeElementDisconnectedListener, setAudioFormat, setAudioFormat, setAudioFormat, setMaxOuputBitrate, setMaxOuputBitrate, setMaxOuputBitrate, setMinOuputBitrate, setMinOuputBitrate, setMinOuputBitrate, setOutputBitrate, setOutputBitrate, setOutputBitrate, setVideoFormat, setVideoFormat, setVideoFormataddErrorListener, addErrorListener, addTag, addTag, addTag, getChilds, getChilds, getChilds, 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, setSendTagsInEventsisCommited, release, release, release, waitCommited, whenCommited, whenCommitedint getMinVideoRecvBandwidth()
void getMinVideoRecvBandwidth(Continuation<Integer> cont)
TFuture<Integer> getMinVideoRecvBandwidth(Transaction tx)
void setMinVideoRecvBandwidth(int minVideoRecvBandwidth)
void setMinVideoRecvBandwidth(int minVideoRecvBandwidth,
Continuation<Void> cont)
void setMinVideoRecvBandwidth(int minVideoRecvBandwidth,
Transaction tx)
int getMinVideoSendBandwidth()
void getMinVideoSendBandwidth(Continuation<Integer> cont)
TFuture<Integer> getMinVideoSendBandwidth(Transaction tx)
void setMinVideoSendBandwidth(int minVideoSendBandwidth)
void setMinVideoSendBandwidth(int minVideoSendBandwidth,
Continuation<Void> cont)
void setMinVideoSendBandwidth(int minVideoSendBandwidth,
Transaction tx)
int getMaxVideoSendBandwidth()
void getMaxVideoSendBandwidth(Continuation<Integer> cont)
TFuture<Integer> getMaxVideoSendBandwidth(Transaction tx)
void setMaxVideoSendBandwidth(int maxVideoSendBandwidth)
void setMaxVideoSendBandwidth(int maxVideoSendBandwidth,
Continuation<Void> cont)
void setMaxVideoSendBandwidth(int maxVideoSendBandwidth,
Transaction tx)
MediaState getMediaState()
void getMediaState(Continuation<MediaState> cont)
TFuture<MediaState> getMediaState(Transaction tx)
ConnectionState getConnectionState()
void getConnectionState(Continuation<ConnectionState> cont)
TFuture<ConnectionState> getConnectionState(Transaction tx)
RembParams getRembParams()
void getRembParams(Continuation<RembParams> cont)
TFuture<RembParams> getRembParams(Transaction tx)
void setRembParams(RembParams rembParams)
void setRembParams(RembParams rembParams, Continuation<Void> cont)
void setRembParams(RembParams rembParams, Transaction tx)
ListenerSubscription addMediaStateChangedListener(EventListener<MediaStateChangedEvent> listener)
EventListener for event MediaStateChangedEvent. Synchronous call.listener - Listener to be called on MediaStateChangedEventvoid addMediaStateChangedListener(EventListener<MediaStateChangedEvent> listener, Continuation<ListenerSubscription> cont)
EventListener for event MediaStateChangedEvent. Asynchronous call.
Calls Continuation<ListenerSubscription> when it has been added.listener - Listener to be called on MediaStateChangedEventcont - Continuation to be called when the listener is registeredvoid removeMediaStateChangedListener(ListenerSubscription listenerSubscription)
ListenerSubscription for event MediaStateChangedEvent. Synchronous call.listenerSubscription - Listener subscription to be removedvoid removeMediaStateChangedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont)
ListenerSubscription for event MediaStateChangedEvent. Asynchronous call.
Calls Continuation<Void> when it has been removed.listenerSubscription - Listener subscription to be removedcont - Continuation to be called when the listener is removedListenerSubscription addConnectionStateChangedListener(EventListener<ConnectionStateChangedEvent> listener)
EventListener for event ConnectionStateChangedEvent. Synchronous call.listener - Listener to be called on ConnectionStateChangedEventvoid addConnectionStateChangedListener(EventListener<ConnectionStateChangedEvent> listener, Continuation<ListenerSubscription> cont)
EventListener for event ConnectionStateChangedEvent. Asynchronous call.
Calls Continuation<ListenerSubscription> when it has been added.listener - Listener to be called on ConnectionStateChangedEventcont - Continuation to be called when the listener is registeredvoid removeConnectionStateChangedListener(ListenerSubscription listenerSubscription)
ListenerSubscription for event ConnectionStateChangedEvent. Synchronous call.listenerSubscription - Listener subscription to be removedvoid removeConnectionStateChangedListener(ListenerSubscription listenerSubscription, Continuation<Void> cont)
ListenerSubscription for event ConnectionStateChangedEvent. Asynchronous call.
Calls Continuation<Void> when it has been removed.listenerSubscription - Listener subscription to be removedcont - Continuation to be called when the listener is removedCopyright © 2015 Kurento. All rights reserved.