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