Search Results for

    Show / Hide Table of Contents

    Class NativeSdkMethods.CreateChromaLinkEffectDelegate

    Create Chroma Link effect.

    Inheritance
    Object
    NativeSdkMethods.CreateChromaLinkEffectDelegate
    Namespace: Colore.Native
    Assembly: Colore.dll
    Syntax
    public sealed class CreateChromaLinkEffectDelegate : MulticastDelegate

    Constructors

    CreateChromaLinkEffectDelegate(Object, IntPtr)

    Declaration
    public CreateChromaLinkEffectDelegate(object object, IntPtr method)
    Parameters
    Type Name Description
    Object object
    IntPtr method

    Methods

    BeginInvoke(ChromaLinkEffectType, IntPtr, ref Guid, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ChromaLinkEffectType effectType, IntPtr param, ref Guid effectId, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    ChromaLinkEffectType effectType
    IntPtr param
    Guid effectId
    AsyncCallback callback
    Object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(ref Guid, IAsyncResult)

    Declaration
    public virtual Result EndInvoke(ref Guid effectId, IAsyncResult result)
    Parameters
    Type Name Description
    Guid effectId
    IAsyncResult result
    Returns
    Type Description
    Result

    Invoke(ChromaLinkEffectType, IntPtr, ref Guid)

    Declaration
    public virtual Result Invoke(ChromaLinkEffectType effectType, IntPtr param, ref Guid effectId)
    Parameters
    Type Name Description
    ChromaLinkEffectType effectType
    IntPtr param
    Guid effectId
    Returns
    Type Description
    Result
    In This Article
    Back to top Copyright © 2015-2021 by Adam Hellberg and Brandon Scott
    Generated by DocFX