Class and Description |
---|
org.kurento.client.OnDataChannelClosedEvent
Use
DataChannelClose instead. |
org.kurento.client.OnDataChannelOpenedEvent
Use
DataChannelOpen instead. |
org.kurento.client.OnIceCandidateEvent
Use
IceCandidateFound instead. |
org.kurento.client.OnIceComponentStateChangedEvent
Use
IceComponentStateChange instead. |
org.kurento.client.OnIceGatheringDoneEvent
Use
IceGatheringDone instead. |
Method and Description |
---|
org.kurento.client.MediaObject.getChilds()
Use children instead.
|
org.kurento.client.MediaObject.getChilds(Continuation<List<MediaObject>>)
Use children instead.
|
org.kurento.client.MediaObject.getChilds(Transaction)
Use children instead.
|
org.kurento.client.MediaElement.getMaxOuputBitrate()
Deprecated due to a typo. Use
#maxOutputBitrate instead of this function. |
org.kurento.client.MediaElement.getMaxOuputBitrate(Continuation<Integer>)
Deprecated due to a typo. Use
#maxOutputBitrate instead of this function. |
org.kurento.client.MediaElement.getMaxOuputBitrate(Transaction)
Deprecated due to a typo. Use
#maxOutputBitrate instead of this function. |
org.kurento.client.MediaElement.getMinOuputBitrate()
Deprecated due to a typo. Use
#minOutputBitrate instead of this function. |
org.kurento.client.MediaElement.getMinOuputBitrate(Continuation<Integer>)
Deprecated due to a typo. Use
#minOutputBitrate instead of this function. |
org.kurento.client.MediaElement.getMinOuputBitrate(Transaction)
Deprecated due to a typo. Use
#minOutputBitrate instead of this function. |
org.kurento.client.MediaElement.setMaxOuputBitrate(int)
Deprecated due to a typo. Use
#maxOutputBitrate instead of this function. |
org.kurento.client.MediaElement.setMaxOuputBitrate(int, Continuation<Void>)
Deprecated due to a typo. Use
#maxOutputBitrate instead of this function. |
org.kurento.client.MediaElement.setMaxOuputBitrate(int, Transaction)
Deprecated due to a typo. Use
#maxOutputBitrate instead of this function. |
org.kurento.client.MediaElement.setMinOuputBitrate(int)
Deprecated due to a typo. Use
#minOutputBitrate instead of this function. |
org.kurento.client.MediaElement.setMinOuputBitrate(int, Continuation<Void>)
Deprecated due to a typo. Use
#minOutputBitrate instead of this function. |
org.kurento.client.MediaElement.setMinOuputBitrate(int, Transaction)
Deprecated due to a typo. Use
#minOutputBitrate instead of this function. |
org.kurento.client.MediaElement.setOutputBitrate(int)
Allows change the target bitrate for the media output, if the media is encoded using VP8 or H264. This method only works if it is called before the media starts to flow.
|
org.kurento.client.MediaElement.setOutputBitrate(Transaction, int)
Allows change the target bitrate for the media output, if the media is encoded using VP8 or H264. This method only works if it is called before the media starts to flow.
|
Constructor and Description |
---|
org.kurento.client.OnDataChannelClosedEvent(MediaObject, String, String, List<Tag>, String, int)
Use
DataChannelClose instead. |
org.kurento.client.OnDataChannelOpenedEvent(MediaObject, String, String, List<Tag>, String, int)
Use
DataChannelOpen instead. |
org.kurento.client.OnIceCandidateEvent(MediaObject, String, String, List<Tag>, String, IceCandidate)
Use
IceCandidateFound instead. |
org.kurento.client.OnIceComponentStateChangedEvent(MediaObject, String, String, List<Tag>, String, int, int, IceComponentState)
Use
IceComponentStateChange instead. |
org.kurento.client.OnIceGatheringDoneEvent(MediaObject, String, String, List<Tag>, String)
Use
IceGatheringDone instead. |
Copyright © 2020 Kurento. All rights reserved.