CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtom.FormatInfo

    音声データフォーマット情報

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

    説明: 音声データのフォーマット情報です。 GetFormatInfo(out FormatInfo) 関数で使用します。

    Fields

    format

    Declaration
    public uint format
    Field Value
    Type Description
    uint
    Remarks

    フォーマット種別

    loopLength

    Declaration
    public long loopLength
    Field Value
    Type Description
    long
    Remarks

    ループ区間サンプル数

    loopOffset

    Declaration
    public long loopOffset
    Field Value
    Type Description
    long
    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

    サンプリング周波数

    See Also

    GetFormatInfo(out FormatInfo)
    In this article
    Back to top Generated by DocFX