Uses of Class
org.kurento.client.RembParams
-
Uses of RembParams in org.kurento.client
Methods in org.kurento.client that return RembParamsModifier and TypeMethodDescriptionBaseRtpEndpoint.getRembParams()Get Advanced parameters to configure the congestion control algorithm.Methods in org.kurento.client that return types with arguments of type RembParamsModifier and TypeMethodDescriptionBaseRtpEndpoint.getRembParams(Transaction tx) Get Advanced parameters to configure the congestion control algorithm.Methods in org.kurento.client with parameters of type RembParamsModifier and TypeMethodDescriptionvoidBaseRtpEndpoint.setRembParams(RembParams rembParams) Set Advanced parameters to configure the congestion control algorithm.voidBaseRtpEndpoint.setRembParams(RembParams rembParams, Continuation<Void> cont) Set Advanced parameters to configure the congestion control algorithm.voidBaseRtpEndpoint.setRembParams(RembParams rembParams, Transaction tx) Set Advanced parameters to configure the congestion control algorithm.Method parameters in org.kurento.client with type arguments of type RembParamsModifier and TypeMethodDescriptionvoidBaseRtpEndpoint.getRembParams(Continuation<RembParams> cont) Get Advanced parameters to configure the congestion control algorithm.