Uses of Interface
elemental2.dom.RTCRtpEncodingParameters
-
Uses of RTCRtpEncodingParameters in elemental2.dom
Methods in elemental2.dom that return RTCRtpEncodingParametersModifier and TypeMethodDescriptionstatic RTCRtpEncodingParameters
RTCRtpEncodingParameters.create()
Methods in elemental2.dom that return types with arguments of type RTCRtpEncodingParametersModifier and TypeMethodDescriptionelemental2.core.JsArray
<RTCRtpEncodingParameters> RTCRtpSendParameters.getEncodings()
elemental2.core.JsArray
<RTCRtpEncodingParameters> RTCRtpTransceiverInit.getSendEncodings()
Methods in elemental2.dom with parameters of type RTCRtpEncodingParametersModifier and TypeMethodDescriptiondefault void
RTCRtpSendParameters.setEncodings
(RTCRtpEncodingParameters[] encodings) default void
RTCRtpTransceiverInit.setSendEncodings
(RTCRtpEncodingParameters[] sendEncodings) Method parameters in elemental2.dom with type arguments of type RTCRtpEncodingParametersModifier and TypeMethodDescriptionvoid
RTCRtpSendParameters.setEncodings
(elemental2.core.JsArray<RTCRtpEncodingParameters> encodings) void
RTCRtpTransceiverInit.setSendEncodings
(elemental2.core.JsArray<RTCRtpEncodingParameters> sendEncodings)