Class RTCRtpContributingSource
Represents a contributing source for RTP streams.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCRtpContributingSource
Properties
audioLevel
The audio level of the source, ranging from 0.0 to 1.0.
Declaration
public double? audioLevel { get; }
Property Value
Type | Description |
---|---|
double? |
rtpTimestamp
The RTP timestamp of the source.
Declaration
public long? rtpTimestamp { get; }
Property Value
Type | Description |
---|---|
long? |
source
The SSRC of the source.
Declaration
public uint? source { get; }
Property Value
Type | Description |
---|---|
uint? |
timestamp
The timestamp of the source.
Declaration
public long? timestamp { get; }
Property Value
Type | Description |
---|---|
long? |