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