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

Platform 1.28 Reference Guide

OVR_AssetFileDownloadUpdate.h File Reference

Typedefs

struct ovrAssetFileDownloadUpdate *

Typedef Documentation

typedef struct ovrAssetFileDownloadUpdate* ovrAssetFileDownloadUpdateHandle ( )

Function Documentation

ovrID ovr_AssetFileDownloadUpdate_GetAssetFileId ( const ovrAssetFileDownloadUpdateHandle obj )
ovrID ovr_AssetFileDownloadUpdate_GetAssetId ( const ovrAssetFileDownloadUpdateHandle obj )
ID of the asset file.
unsigned int ovr_AssetFileDownloadUpdate_GetBytesTotal ( const ovrAssetFileDownloadUpdateHandle obj )
Total number of bytes.
int ovr_AssetFileDownloadUpdate_GetBytesTransferred ( const ovrAssetFileDownloadUpdateHandle obj )
Number of bytes have been downloaded. -1 If the download hasn't started yet.
bool ovr_AssetFileDownloadUpdate_GetCompleted ( const ovrAssetFileDownloadUpdateHandle obj )
Flag indicating a download is completed.
1
2
3
4
5
6
7
8
9
10
11
13
14
16
17
19
20
23
24
26
27
28
29
// 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
The documentation for this file was generated from the following file: OVR_AssetFileDownloadUpdate.h