docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCOutboundRTPStreamStats

    Inheritance
    object
    RTCStats
    RTCRTPStreamStats
    RTCSentRtpStreamStats
    RTCOutboundRTPStreamStats
    Inherited Members
    RTCSentRtpStreamStats.packetsSent
    RTCSentRtpStreamStats.bytesSent
    RTCRTPStreamStats.ssrc
    RTCRTPStreamStats.kind
    RTCRTPStreamStats.transportId
    RTCRTPStreamStats.codecId
    RTCStats.Type
    RTCStats.Id
    RTCStats.Timestamp
    RTCStats.UtcTimeStamp
    RTCStats.Dict
    RTCStats.ToJson()
    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCOutboundRTPStreamStats : RTCSentRtpStreamStats

    Properties

    active

    Declaration
    public bool active { get; }
    Property Value
    Type Description
    bool

    contentType

    Declaration
    public string contentType { get; }
    Property Value
    Type Description
    string

    encoderImplementation

    Declaration
    public string encoderImplementation { get; }
    Property Value
    Type Description
    string

    firCount

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

    frameHeight

    Declaration
    public uint frameHeight { get; }
    Property Value
    Type Description
    uint

    frameWidth

    Declaration
    public uint frameWidth { get; }
    Property Value
    Type Description
    uint

    framesEncoded

    Declaration
    public uint framesEncoded { get; }
    Property Value
    Type Description
    uint

    framesPerSecond

    Declaration
    public double framesPerSecond { get; }
    Property Value
    Type Description
    double

    framesSent

    Declaration
    public uint framesSent { get; }
    Property Value
    Type Description
    uint

    headerBytesSent

    Declaration
    public ulong headerBytesSent { get; }
    Property Value
    Type Description
    ulong

    hugeFramesSent

    Declaration
    public uint hugeFramesSent { get; }
    Property Value
    Type Description
    uint

    keyFramesEncoded

    Declaration
    public uint keyFramesEncoded { get; }
    Property Value
    Type Description
    uint

    mediaSourceId

    Declaration
    public string mediaSourceId { get; }
    Property Value
    Type Description
    string

    mid

    Declaration
    public string mid { get; }
    Property Value
    Type Description
    string

    nackCount

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

    pliCount

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

    powerEfficientEncoder

    Declaration
    public bool powerEfficientEncoder { get; }
    Property Value
    Type Description
    bool

    qpSum

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

    qualityLimitationDurations

    Declaration
    public Dictionary<string, double> qualityLimitationDurations { get; }
    Property Value
    Type Description
    Dictionary<string, double>

    qualityLimitationReason

    Declaration
    public string qualityLimitationReason { get; }
    Property Value
    Type Description
    string

    qualityLimitationResolutionChanges

    Declaration
    public uint qualityLimitationResolutionChanges { get; }
    Property Value
    Type Description
    uint

    remoteId

    Declaration
    public string remoteId { get; }
    Property Value
    Type Description
    string

    retransmittedBytesSent

    Declaration
    public ulong retransmittedBytesSent { get; }
    Property Value
    Type Description
    ulong

    retransmittedPacketsSent

    Declaration
    public ulong retransmittedPacketsSent { get; }
    Property Value
    Type Description
    ulong

    rid

    Declaration
    public string rid { get; }
    Property Value
    Type Description
    string

    scalabilityMode

    Declaration
    public string scalabilityMode { get; }
    Property Value
    Type Description
    string

    targetBitrate

    Declaration
    public double targetBitrate { get; }
    Property Value
    Type Description
    double

    totalEncodeTime

    Declaration
    public double totalEncodeTime { get; }
    Property Value
    Type Description
    double

    totalEncodedBytesTarget

    Declaration
    public ulong totalEncodedBytesTarget { get; }
    Property Value
    Type Description
    ulong

    totalPacketSendDelay

    Declaration
    public double totalPacketSendDelay { get; }
    Property Value
    Type Description
    double
    In This Article
    Back to top
    Copyright © 2024 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)