docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCRtpContributingSource

    Represents a contributing source for RTP streams.

    Inheritance
    object
    RTCRtpContributingSource
    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?
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)