docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetAsyncRequestStatus

    GetAsyncRequestStatus(int)

    Method to be implemented by the provider to get the status of an existing asynchronous conversion request.

    Declaration
    public virtual XRCpuImage.AsyncConversionStatus GetAsyncRequestStatus(int requestId)
    Parameters
    Type Name Description
    int requestId

    The unique identifier associated with a request.

    Returns
    Type Description
    XRCpuImage.AsyncConversionStatus

    The state of the request.

    Exceptions
    Type Condition
    NotSupportedException

    Thrown if the implementation does not support camera image.

    See Also
    ConvertAsync(int, ConversionParams)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023