CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomAux.ReadStreamCbFunc.Arg

    コールバックイベント引数型

    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 CriAtomAux.ReadStreamCbFunc.Arg

    Properties

    numSamples

    入力要求サンプル数

    Declaration
    public readonly uint numSamples { get; }
    Property Value
    Type Description
    uint

    pcmData

    入力バッファ配列

    Declaration
    public readonly NativeReference<NativeReference<float>> pcmData { get; }
    Property Value
    Type Description
    NativeReference<NativeReference<float>>
    In this article
    Back to top Generated by DocFX