Uses of Class
dev.onvoid.webrtc.RTCRtpSendParameters
Packages that use RTCRtpSendParameters
-
Uses of RTCRtpSendParameters in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCRtpSendParametersModifier and TypeMethodDescriptionRTCRtpSender.getParameters()
Returns the RTCRtpSender's current parameters for how track is encoded and transmitted to a remote RTCRtpReceiver.Methods in dev.onvoid.webrtc with parameters of type RTCRtpSendParametersModifier and TypeMethodDescriptionvoid
RTCRtpSender.setParameters
(RTCRtpSendParameters parameters) Updates how track is encoded and transmitted to a remote peer.