Uses of Class
dev.onvoid.webrtc.RTCRtpSendParameters
-
Packages that use RTCRtpSendParameters Package Description dev.onvoid.webrtc -
-
Uses of RTCRtpSendParameters in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCRtpSendParameters Modifier and Type Method Description RTCRtpSendParametersRTCRtpSender. 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 RTCRtpSendParameters Modifier and Type Method Description voidRTCRtpSender. setParameters(RTCRtpSendParameters parameters)Updates how track is encoded and transmitted to a remote peer.
-