Class RTCMediaSourceStats | WebRTC | 2.1.3-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class RTCMediaSourceStats

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

    Properties

    frames

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

    framesPerSecond

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

    height

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

    kind

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

    trackIdentifier

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

    width

    Declaration
    public uint width { get; }
    Property Value
    Type Description
    UInt32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 28 September 2020