docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate XRCpuImage.Api.OnImageRequestCompleteDelegate

    Callback from native code for when the asynchronous conversion is complete.

    Namespace: UnityEngine.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.dll
    Syntax
    public delegate void XRCpuImage.Api.OnImageRequestCompleteDelegate(XRCpuImage.AsyncConversionStatus status, XRCpuImage.ConversionParams conversionParams, IntPtr dataPtr, int dataLength, IntPtr context)
    Parameters
    Type Name Description
    XRCpuImage.AsyncConversionStatus status

    The status of the conversion operation.

    XRCpuImage.ConversionParams conversionParams

    The parameters for the conversion.

    IntPtr dataPtr

    The native pointer to the converted data.

    int dataLength

    The memory size of the converted data.

    IntPtr context

    The native context for the conversion operation.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)