CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomExPlayer.FilterCbFunc.Arg

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

    Implements
    IPcmData
    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 CriAtomExPlayer.FilterCbFunc.Arg : IPcmData

    Properties

    data

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

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

    format

    PCMの形式

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

    id

    再生ID

    Declaration
    public readonly CriAtomExPlayback id { get; }
    Property Value
    Type Description
    CriAtomExPlayback

    numChannels

    チャンネル数

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

    numSamples

    サンプル数

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

    Implements

    IPcmData
    In this article
    Back to top Generated by DocFX