Class RTCRTPStreamStats | WebRTC | 2.1.3-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class RTCRTPStreamStats

    Inheritance
    Object
    RTCStats
    RTCRTPStreamStats
    RTCInboundRTPStreamStats
    RTCOutboundRTPStreamStats
    Inherited Members
    RTCStats.Type
    RTCStats.Id
    RTCStats.Timestamp
    RTCStats.UtcTimeStamp
    RTCStats.Dict
    RTCStats.ToJson()
    Namespace: Unity.WebRTC
    Syntax
    public class RTCRTPStreamStats : RTCStats

    Properties

    codecId

    Declaration
    public string codecId { get; }
    Property Value
    Type Description
    String

    estimatedPlayoutTimestamp

    Declaration
    public double estimatedPlayoutTimestamp { get; }
    Property Value
    Type Description
    Double

    firCount

    Declaration
    public uint firCount { get; }
    Property Value
    Type Description
    UInt32

    isRemote

    Declaration
    public bool isRemote { get; }
    Property Value
    Type Description
    Boolean

    kind

    Declaration
    public string kind { get; }
    Property Value
    Type Description
    String

    mediaType

    Declaration
    public string mediaType { get; }
    Property Value
    Type Description
    String

    nackCount

    Declaration
    public uint nackCount { get; }
    Property Value
    Type Description
    UInt32

    pliCount

    Declaration
    public uint pliCount { get; }
    Property Value
    Type Description
    UInt32

    qpSum

    Declaration
    public ulong qpSum { get; }
    Property Value
    Type Description
    UInt64

    sliCount

    Declaration
    public uint sliCount { get; }
    Property Value
    Type Description
    UInt32

    ssrc

    Declaration
    public uint ssrc { get; }
    Property Value
    Type Description
    UInt32

    trackId

    Declaration
    public string trackId { get; }
    Property Value
    Type Description
    String

    transportId

    Declaration
    public string transportId { get; }
    Property Value
    Type Description
    String
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023