Class RTCRTPStreamStats | WebRTC | 2.1.3-preview
docs.unity.cn
    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 © 2020 Unity Technologies
    Generated by DocFX
    on 28 September 2020