RTCRtpHeaderExtensionParameters

E565056

RTCRtpHeaderExtensionParameters is a WebRTC configuration object that specifies which RTP header extensions are used in an RTCRtpSender or RTCRtpTransceiver’s media transmission.

All labels observed (1)

Label Occurrences
RTCRtpHeaderExtensionParameters canonical 2

How this entity was disambiguated

Statements (34)

Predicate Object
instanceOf WebRTC configuration object ⓘ
dictionary ⓘ
appliesTo incoming RTP streams ⓘ
outgoing RTP streams ⓘ
belongsTo RTCRtpParameters ⓘ
containedIn RTCRtpReceiveParameters ⓘ
RTCRtpSendParameters ⓘ
defines RTP header extensions to be used ⓘ
describedIn WebRTC 1.0: Real-Time Communication Between Browsers specification ⓘ
linked to: WebRTC
encryptionFlagControls whether header extension is sent with encryption ⓘ
hasProperty encrypted ⓘ
id ⓘ
parameters ⓘ
uri ⓘ
interactsWith RTP header extension negotiation in SDP ⓘ
mapsTo RTP header extension IDs used on the wire ⓘ
RTP header extension URIs defined by IANA ⓘ
parameterMapControls extension-specific configuration key-value pairs ⓘ
partOf WebRTC ⓘ
propertyType_encrypted boolean ⓘ
propertyType_id unsigned short ⓘ
propertyType_parameters record<DOMString, DOMString> ⓘ
propertyType_uri DOMString ⓘ
relatedTo RTCRtpCodecParameters ⓘ
RTCRtpHeaderExtensionCapability ⓘ
scope per-direction RTP stream configuration ⓘ
standardizedBy W3C ⓘ
usedBy RTCRtpSender ⓘ
RTCRtpTransceiver ⓘ
usedFor configuring RTP header extension IDs ⓘ
configuring RTP header extension encryption ⓘ
configuring RTP header extension-specific parameters ⓘ
negotiated RTP header extensions ⓘ
usedIn RTP media transmission ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

RTCRtpEncodingParameters → relatedTo → RTCRtpHeaderExtensionParameters ⓘ
RTCRtpSendParameters → headerExtensionsElementType → RTCRtpHeaderExtensionParameters ⓘ