CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtom.TruePeakInfo

    トゥルーピーク情報

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: CriWare
    Assembly: CriWare.CriAtom.dll
    Syntax
    public struct CriAtom.TruePeakInfo
    Remarks

    説明: トゥルーピーク情報を取得するための構造体です。 GetTruePeakInfo(out TruePeakInfo) 関数で利用します。

    備考: 各レベル値の単位はdBです。

    Fields

    holdLevels

    ピークホールドレベル

    Declaration
    public InlineArray16<float> holdLevels
    Field Value
    Type Description
    InlineArray16<float>
    Remarks

    説明: ホールドしているピークレベルです。

    levels

    トゥルーピークレベル

    Declaration
    public InlineArray16<float> levels
    Field Value
    Type Description
    InlineArray16<float>
    Remarks

    説明: トゥルーピークメーターの測定結果です。

    numChannels

    有効チャンネル数

    Declaration
    public int numChannels
    Field Value
    Type Description
    int
    Remarks

    説明: 測定結果が有効なチャンネル数です。

    See Also

    GetTruePeakInfo(out TruePeakInfo)
    In this article
    Back to top Generated by DocFX