RTCRtpEncodingParameters

E134377

RTCRtpEncodingParameters is a WebRTC configuration object that defines how a particular RTP stream is encoded, including settings like bitrate, scalability, and redundancy for real-time audio or video transmission.

All labels observed (1)

Label Occurrences
RTCRtpEncodingParameters canonical 4

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf WebRTC configuration object ⓘ
dictionary type ⓘ
appliesTo audio RTP streams ⓘ
video RTP streams ⓘ
controls encoding of a particular RTP stream ⓘ
definedIn WebRTC specification ⓘ
linked to: WebRTC
hasProperty active ⓘ
adaptivePtime ⓘ
codecPayloadType ⓘ
dtx ⓘ
fec ⓘ
maxBitrate ⓘ
maxFramerate ⓘ
maxptime ⓘ
networkPriority ⓘ
priority ⓘ
ptime ⓘ
rid ⓘ
rtx ⓘ
scaleResolutionDownBy ⓘ
scaleResolutionDownTo ⓘ
ssrc ⓘ
hasPurpose configure RTP encoding for a media stream ⓘ
configure redundancy and error resilience ⓘ
configure scalability of RTP streams ⓘ
control bitrate of RTP streams ⓘ
partOf WebRTC ⓘ
WebRTC RTCRtpSender API ⓘ
linked to: RTCRtpSender
propertyType_active boolean ⓘ
propertyType_codecPayloadType byte ⓘ
propertyType_dtx RTCDtxStatus ⓘ
propertyType_fec RTCRtpFecParameters ⓘ
propertyType_maxBitrate unsigned long ⓘ
propertyType_maxFramerate double ⓘ
propertyType_maxptime unsigned long ⓘ
propertyType_networkPriority RTCPriorityType ⓘ
propertyType_priority RTCPriorityType ⓘ
propertyType_ptime unsigned long ⓘ
propertyType_rid DOMString ⓘ
propertyType_rtx RTCRtpRtxParameters ⓘ
propertyType_scaleResolutionDownBy double ⓘ
propertyType_ssrc unsigned long ⓘ
relatedTo RTCRtpCodecParameters ⓘ
RTCRtpHeaderExtensionParameters ⓘ
supports scalable video coding configurations ⓘ
simulcast configurations ⓘ
usedBy RTCRtpSendParameters ⓘ
RTCRtpSender ⓘ
usedInMethod RTCRtpSender.getParameters() ⓘ
RTCRtpSender.setParameters() ⓘ

How these facts were elicited

Referenced by (4)

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

RTCRtpReceiver → relatedTo → RTCRtpEncodingParameters ⓘ
RTCRtpSender → relatedTo → RTCRtpEncodingParameters ⓘ
RTCRtpSendParameters → hasElementType → RTCRtpEncodingParameters ⓘ
RTCDtxStatus → appliesTo → RTCRtpEncodingParameters ⓘ