Modifier and Type | Method and Description |
---|---|
RembParams |
BaseRtpEndpoint.getRembParams()
Get Advanced parameters to configure the congestion control algorithm.
|
Modifier and Type | Method and Description |
---|---|
TFuture<RembParams> |
BaseRtpEndpoint.getRembParams(Transaction tx)
Get Advanced parameters to configure the congestion control algorithm.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRtpEndpoint.setRembParams(RembParams rembParams)
Set Advanced parameters to configure the congestion control algorithm.
|
void |
BaseRtpEndpoint.setRembParams(RembParams rembParams,
Continuation<Void> cont)
Set Advanced parameters to configure the congestion control algorithm.
|
void |
BaseRtpEndpoint.setRembParams(RembParams rembParams,
Transaction tx)
Set Advanced parameters to configure the congestion control algorithm.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRtpEndpoint.getRembParams(Continuation<RembParams> cont)
Get Advanced parameters to configure the congestion control algorithm.
|
Copyright © 2019 Kurento. All rights reserved.