CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomEx.VoiceEventCbFunc.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 CriAtomEx.VoiceEventCbFunc.Arg

    Properties

    removed

    停止ボイスの詳細情報

    Declaration
    public readonly NativeReference<CriAtomEx.VoiceInfoDetail> removed { get; }
    Property Value
    Type Description
    NativeReference<CriAtomEx.VoiceInfoDetail>

    removedInGroup

    グループ内停止ボイスの詳細情報

    Declaration
    public readonly NativeReference<CriAtomEx.VoiceInfoDetail> removedInGroup { get; }
    Property Value
    Type Description
    NativeReference<CriAtomEx.VoiceInfoDetail>

    request

    発音要求の詳細情報

    Declaration
    public readonly NativeReference<CriAtomEx.VoiceInfoDetail> request { get; }
    Property Value
    Type Description
    NativeReference<CriAtomEx.VoiceInfoDetail>

    voiceEvent

    発生イベント

    Declaration
    public readonly CriAtomEx.VoiceEvent voiceEvent { get; }
    Property Value
    Type Description
    CriAtomEx.VoiceEvent
    In this article
    Back to top Generated by DocFX