RTCRtpSendParameters
Overview
The WebRTC API's RTCRtpSendParameters dictionary is used to specify the parameters for an RTCRtpSender when calling its setParameters() method.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
degradationPreference
property degradationPreference: String read write;
String degradationPreference { get; set; }
var degradationPreference: String { get{} set{} }
String degradationPreference { __get; __set; }
Property degradationPreference() As String
encodings
property encodings: array of RTCRtpEncodingParameters read write;
RTCRtpEncodingParameters[] encodings { get; set; }
var encodings: RTCRtpEncodingParameters... { get{} set{} }
RTCRtpEncodingParameters[] encodings { __get; __set; }
Property encodings() As RTCRtpEncodingParameters()
priority
property priority: String read write;
String priority { get; set; }
var priority: String { get{} set{} }
String priority { __get; __set; }
Property priority() As String
transactionId
property transactionId: Int32 read write;
Int32 transactionId { get; set; }
var transactionId: Int32 { get{} set{} }
Int32 transactionId { __get; __set; }
Property transactionId() As Int32