Dispatched when a image request cannot be fulfilled. More...
Inherits LeapEventArgs.
Public Member Functions | |
| ImageRequestFailedEventArgs (Int64 frameId, Image.ImageType imageType, Image.RequestFailureReason reason, string message, Int64 requiredBufferSize) | |
| Dispatched when a image request cannot be fulfilled. More... | |
Dispatched when a image request cannot be fulfilled.
Provides the requested frame id and image type of the request that failed.
| ImageRequestFailedEventArgs | ( | Int64 | frameId, |
| Image.ImageType | imageType, | ||
| Image.RequestFailureReason | reason, | ||
| string | message, | ||
| Int64 | requiredBufferSize | ||
| ) |
Dispatched when a image request cannot be fulfilled.
Provides the requested frame id and image type of the request that failed, as well as the reason for the failure, and in the case of an insufficient buffer, the required size of the image buffer.
C# and Unity