Class RTCRtpContributingSource
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCRtpContributingSource
Properties
audioLevel
This value is in the range 0.0 to 1.0
Declaration
public double? audioLevel { get; }
Property Value
Type | Description |
---|---|
double? |
rtpTimestamp
Declaration
public long? rtpTimestamp { get; }
Property Value
Type | Description |
---|---|
long? |
source
Declaration
public uint? source { get; }
Property Value
Type | Description |
---|---|
uint? |
timestamp
Declaration
public long? timestamp { get; }
Property Value
Type | Description |
---|---|
long? |