docs.unity.cn
    Show / Hide Table of Contents

    Class RTCAudioSourceStats

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

    Properties

    audioLevel

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

    totalAudioEnergy

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

    totalSamplesDuration

    Declaration
    public double totalSamplesDuration { get; }
    Property Value
    Type Description
    Double
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 4, 2022
    Terms of use