Method and Description |
---|
org.kurento.client.MediaObject.getChilds()
Get (Use children instead) children of this
MediaObject . |
org.kurento.client.MediaObject.getChilds(Continuation<List<MediaObject>>)
Get (Use children instead) children of this
MediaObject . |
org.kurento.client.MediaObject.getChilds(Transaction)
Get (Use children instead) children of this
MediaObject . |
org.kurento.client.MediaElement.getMaxOuputBitrate()
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
|
org.kurento.client.MediaElement.getMaxOuputBitrate(Continuation<Integer>)
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
|
org.kurento.client.MediaElement.getMaxOuputBitrate(Transaction)
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
|
org.kurento.client.MediaElement.getMinOuputBitrate()
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
|
org.kurento.client.MediaElement.getMinOuputBitrate(Continuation<Integer>)
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
|
org.kurento.client.MediaElement.getMinOuputBitrate(Transaction)
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
|
org.kurento.client.MediaElement.setMaxOuputBitrate(int)
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
|
org.kurento.client.MediaElement.setMaxOuputBitrate(int, Continuation<Void>)
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
|
org.kurento.client.MediaElement.setMaxOuputBitrate(int, Transaction)
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
|
org.kurento.client.MediaElement.setMinOuputBitrate(int)
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
|
org.kurento.client.MediaElement.setMinOuputBitrate(int, Continuation<Void>)
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
|
org.kurento.client.MediaElement.setMinOuputBitrate(int, Transaction)
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
|
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.
|
Copyright © 2019 Kurento. All rights reserved.