CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtom.LevelInfo

    レベル情報

    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.LevelInfo
    Remarks

    説明: レベル情報を取得するための構造体です。 GetLevelInfo(out LevelInfo) 関数で利用します。

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

    Fields

    numChannels

    有効チャンネル数

    Declaration
    public int numChannels
    Field Value
    Type Description
    int
    Remarks

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

    peakHoldLevels

    ピークホールドレベル

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

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

    peakLevels

    ピークレベル

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

    説明: 測定間隔間の音声振幅の最大値です。

    rmsLevels

    RMSレベル

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

    説明: 測定間隔間の音声振幅のRMS(二乗平均平方根)を計算した値です。 音圧レベルとして扱われます。

    See Also

    GetLevelInfo(out LevelInfo)
    In this article
    Back to top Generated by DocFX