CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomEx.WaveformInfo

    音声波形情報

    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 CriAtomEx.WaveformInfo
    Remarks

    説明: 波形情報は、各キューから再生される音声波形の詳細情報です。

    Fields

    format

    Declaration
    public uint format
    Field Value
    Type Description
    uint
    Remarks

    フォーマット種別

    numChannels

    Declaration
    public int numChannels
    Field Value
    Type Description
    int
    Remarks

    チャンネル数

    numSamples

    Declaration
    public long numSamples
    Field Value
    Type Description
    long
    Remarks

    トータルサンプル数

    reserved

    Declaration
    public InlineArray1<uint> reserved
    Field Value
    Type Description
    InlineArray1<uint>
    Remarks

    予約領域

    samplingRate

    Declaration
    public int samplingRate
    Field Value
    Type Description
    int
    Remarks

    サンプリング周波数

    streamingFlag

    Declaration
    public NativeBool streamingFlag
    Field Value
    Type Description
    NativeBool
    Remarks

    ストリーミングフラグ

    waveId

    Declaration
    public int waveId
    Field Value
    Type Description
    int
    Remarks

    波形データID

    See Also

    GetWaveformInfoById(int, out WaveformInfo)
    GetWaveformInfoByName(ArgString, out WaveformInfo)
    In this article
    Back to top Generated by DocFX