docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCVideoSourceStats

    Inheritance
    object
    RTCStats
    RTCMediaSourceStats
    RTCVideoSourceStats
    Inherited Members
    RTCMediaSourceStats.trackIdentifier
    RTCMediaSourceStats.kind
    RTCStats.Type
    RTCStats.Id
    RTCStats.Timestamp
    RTCStats.UtcTimeStamp
    RTCStats.Dict
    RTCStats.ToJson()
    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCVideoSourceStats : RTCMediaSourceStats

    Properties

    frames

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

    framesPerSecond

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

    RFC define double but chromium define uint32_t https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/api/stats/rtcstats_objects.h;l=645;bpv=0;bpt=1

    height

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

    width

    Declaration
    public uint width { get; }
    Property Value
    Type Description
    uint
    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)