CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Interface IPcmData

    PCMデータを参照する構造体のインターフェイス

    Namespace: CriWare.Interfaces
    Assembly: CriWare.CriAtom.dll
    Syntax
    public interface IPcmData

    Properties

    data

    PCMデータのチャンネル配列

    Declaration
    NativeReference<IntPtr> data { get; }
    Property Value
    Type Description
    NativeReference<IntPtr>

    format

    PCMの形式

    Declaration
    CriAtom.PcmFormat format { get; }
    Property Value
    Type Description
    CriAtom.PcmFormat

    numChannels

    チャンネル数

    Declaration
    int numChannels { get; }
    Property Value
    Type Description
    int

    numSamples

    サンプル数

    Declaration
    int numSamples { get; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX