This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| struct ovrAssetFileDownloadUpdate * |
| ovrID | DEPRECATED. Use ovr_AssetFileDownloadUpdate_GetAssetId(). |
| ovrID | ID of the asset file. |
| unsigned int | Total number of bytes. |
| int | |
| bool | Flag indicating a download is completed. |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_ASSETFILEDOWNLOADUPDATE_H #define OVR_ASSETFILEDOWNLOADUPDATE_H #include "OVR_Platform_Defs.h" #include "OVR_Types.h" #include <stdbool.h> typedefstruct ovrAssetFileDownloadUpdate *ovrAssetFileDownloadUpdateHandle; OVRP_PUBLIC_FUNCTION(ovrID) ovr_AssetFileDownloadUpdate_GetAssetFileId(const ovrAssetFileDownloadUpdateHandle obj); OVRP_PUBLIC_FUNCTION(ovrID) ovr_AssetFileDownloadUpdate_GetAssetId(const ovrAssetFileDownloadUpdateHandle obj); OVRP_PUBLIC_FUNCTION(unsignedint) ovr_AssetFileDownloadUpdate_GetBytesTotal(const ovrAssetFileDownloadUpdateHandle obj); OVRP_PUBLIC_FUNCTION(int) ovr_AssetFileDownloadUpdate_GetBytesTransferred(const ovrAssetFileDownloadUpdateHandle obj); OVRP_PUBLIC_FUNCTION(bool) ovr_AssetFileDownloadUpdate_GetCompleted(const ovrAssetFileDownloadUpdateHandle obj); #endif