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. |