@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCRtpReceiveParameters
extends RTCRtpParameters
codecs, headerExtensions, rtcp, setCodecs, setCodecs, setHeaderExtensions, setHeaderExtensions, setRtcp@JsOverlay @Nonnull static RTCRtpReceiveParameters create(@Nonnull JsArray<RTCRtpCodecParameters> codecs, @Nonnull JsArray<RTCRtpHeaderExtensionParameters> headerExtensions, @Nonnull RTCRtcpParameters rtcp)
create in interface RTCRtpParameters@JsOverlay @Nonnull static RTCRtpReceiveParameters create(@Nonnull RTCRtpCodecParameters[] codecs, @Nonnull JsArray<RTCRtpHeaderExtensionParameters> headerExtensions, @Nonnull RTCRtcpParameters rtcp)
create in interface RTCRtpParameters@JsOverlay @Nonnull static RTCRtpReceiveParameters create(@Nonnull JsArray<RTCRtpCodecParameters> codecs, @Nonnull RTCRtpHeaderExtensionParameters[] headerExtensions, @Nonnull RTCRtcpParameters rtcp)
create in interface RTCRtpParameters@JsOverlay @Nonnull static RTCRtpReceiveParameters create(@Nonnull RTCRtpCodecParameters[] codecs, @Nonnull RTCRtpHeaderExtensionParameters[] headerExtensions, @Nonnull RTCRtcpParameters rtcp)
create in interface RTCRtpParameters@JsOverlay @Nonnull default RTCRtpReceiveParameters codecs(@Nonnull JsArray<RTCRtpCodecParameters> codecs)
codecs in interface RTCRtpParameters@JsOverlay @Nonnull default RTCRtpReceiveParameters codecs(@Nonnull RTCRtpCodecParameters... codecs)
codecs in interface RTCRtpParameters@JsOverlay @Nonnull default RTCRtpReceiveParameters headerExtensions(@Nonnull JsArray<RTCRtpHeaderExtensionParameters> headerExtensions)
headerExtensions in interface RTCRtpParameters@JsOverlay @Nonnull default RTCRtpReceiveParameters headerExtensions(@Nonnull RTCRtpHeaderExtensionParameters... headerExtensions)
headerExtensions in interface RTCRtpParameters@JsOverlay @Nonnull default RTCRtpReceiveParameters rtcp(@Nonnull RTCRtcpParameters rtcp)
rtcp in interface RTCRtpParameters