RTCRtpContributingSource
Overview
The RTCRtpContributingSource dictionary of the the WebRTC API is used by getContributingSources() to provide information about a given contributing source (CSRC), including the most recent time a packet that the source contributed was played out.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
audioLevel
property audioLevel: Double read write;
Double audioLevel { get; set; }
var audioLevel: Double { get{} set{} }
Double audioLevel { __get; __set; }
Property audioLevel() As Double
rtpTimestamp
property rtpTimestamp: DateTime read write;
DateTime rtpTimestamp { get; set; }
var rtpTimestamp: DateTime { get{} set{} }
DateTime rtpTimestamp { __get; __set; }
Property rtpTimestamp() As DateTime
source
property source: Int32 read write;
Int32 source { get; set; }
var source: Int32 { get{} set{} }
Int32 source { __get; __set; }
Property source() As Int32
timestamp
property timestamp: DOMHighResTimeStamp read write;
DOMHighResTimeStamp timestamp { get; set; }
var timestamp: DOMHighResTimeStamp { get{} set{} }
DOMHighResTimeStamp timestamp { __get; __set; }
Property timestamp() As DOMHighResTimeStamp