API reference

OVR_AssetFileDownloadUpdate.h File

Typedefs

struct ovrAssetFileDownloadUpdate * ovrAssetFileDownloadUpdateHandle
An AssetFileDownloadUpdate represents the download status of an update for an asset file. It contains the asset file ID, the download progress of the update, and its completion status. It can be retrieved using ovrNotification_AssetFile_DownloadUpdate.

Functions

ovrID ovr_AssetFileDownloadUpdate_GetAssetFileId
Deprecated
ovrID ovr_AssetFileDownloadUpdate_GetAssetId
ID of the asset file. It can be retrieved using ovr_AssetDetails_GetAssetId().
unsigned int ovr_AssetFileDownloadUpdate_GetBytesTotal
This field is of type uint and represents the total number of bytes in the asset file. Deprecated
int ovr_AssetFileDownloadUpdate_GetBytesTransferred
An integer represents the number of bytes that have been downloaded. -1 If the download hasn't started yet. Deprecated
bool ovr_AssetFileDownloadUpdate_GetCompleted
This field is of type boolean and indicates whether the download has been completed or not.
unsigned long long ovr_AssetFileDownloadUpdate_GetBytesTotalLong
long long ovr_AssetFileDownloadUpdate_GetBytesTransferredLong