docs.unity3d.com
    Show / Hide Table of Contents

    Delegate XRCpuImage.Api.OnImageRequestCompleteDelegate

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

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public delegate void 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.

    Int32 dataLength

    The memory size of the converted data.

    IntPtr context

    The native context for the conversion operation.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023