docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class vx_stat_sample_t

    Inheritance
    object
    vx_stat_sample_t
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Global Namespace
    Assembly: VivoxUnity.dll
    Syntax
    public class vx_stat_sample_t : IDisposable

    Constructors

    vx_stat_sample_t()

    Declaration
    public vx_stat_sample_t()

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    bool

    Properties

    last

    Declaration
    public double last { get; set; }
    Property Value
    Type Description
    double

    max

    Declaration
    public double max { get; set; }
    Property Value
    Type Description
    double

    mean

    Declaration
    public double mean { get; set; }
    Property Value
    Type Description
    double

    min

    Declaration
    public double min { get; set; }
    Property Value
    Type Description
    double

    sample_count

    Declaration
    public double sample_count { get; set; }
    Property Value
    Type Description
    double

    stddev

    Declaration
    public double stddev { get; set; }
    Property Value
    Type Description
    double

    sum

    Declaration
    public double sum { get; set; }
    Property Value
    Type Description
    double

    sum_of_squares

    Declaration
    public double sum_of_squares { get; set; }
    Property Value
    Type Description
    double

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(bool)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    ~vx_stat_sample_t()

    Declaration
    protected ~vx_stat_sample_t()

    Implements

    IDisposable
    In This Article
    Back to top
    Copyright © 2025 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)