CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Class CriAtomEx3dSource.RandomPositionCalculationCbFunc

    3D音源の位置のランダム化における位置座標算出コールバック関数型

    Inheritance
    object
    NativeCallbackBase<CriAtomEx3dSource.RandomPositionCalculationCbFunc.Arg>
    CriAtomEx3dSource.RandomPositionCalculationCbFunc
    Implements
    ICallback<CriAtomEx3dSource.RandomPositionCalculationCbFunc.Arg>
    Inherited Members
    NativeCallbackBase<CriAtomEx3dSource.RandomPositionCalculationCbFunc.Arg>.Event
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CriWare
    Assembly: CriWare.CriAtom.dll
    Syntax
    public class CriAtomEx3dSource.RandomPositionCalculationCbFunc : NativeCallbackBase<CriAtomEx3dSource.RandomPositionCalculationCbFunc.Arg>, ICallback<CriAtomEx3dSource.RandomPositionCalculationCbFunc.Arg>
    Remarks

    説明: 3D音源のランダム化における位置座標算出コールバック関数の型です。 SetRandomPositionCalculationCallback(delegate* unmanaged[Cdecl]<IntPtr, IntPtr, Vector*, void>, IntPtr) 関数を実行することで、 コールバック関数の登録が可能です。 本コールバック関数は、3D音源の位置のランダム化における位置座標を算出する際に 呼び出されます。 アプリケーション側で位置座標を決定したい場合にご利用ください。

    注意: 本コールバック関数内で長時間処理をブロックすると、音切れ等の問題が発生しますので、 ご注意ください。 本コールバック関数は CriAtomEx3dSource.RandomPositionConfig 構造体に Callback を指定したときのみ呼び出されます。

    Implements

    ICallback<TArgs>

    See Also

    CriAtomEx3dSource.RandomPositionConfig
    SetRandomPositionCalculationCallback(delegate* unmanaged[Cdecl]<IntPtr, IntPtr, Vector*, void>, IntPtr)
    In this article
    Back to top Generated by DocFX