API reference

OVR_TimeWindow.h File

Enumeration Types

Enumeration ovrTimeWindow_

How far should we go back in time looking at history? This is used in some requests such as ovr_User_GetLoggedInUserRecentlyMetUsersAndRooms()
ovrTimeWindow_Unknown
No description available
ovrTimeWindow_OneHour
No description available
ovrTimeWindow_OneDay
No description available
ovrTimeWindow_OneWeek
No description available
ovrTimeWindow_ThirtyDays
No description available
ovrTimeWindow_NinetyDays
No description available

Typedefs

enum ovrTimeWindow_ ovrTimeWindow
How far should we go back in time looking at history? This is used in some requests such as ovr_User_GetLoggedInUserRecentlyMetUsersAndRooms()

Functions

const char * ovrTimeWindow_ToString
( ovrTimeWindow value )
Converts an ovrTimeWindow enum value to a string The returned string does not need to be freed
ovrTimeWindow ovrTimeWindow_FromString
( const char * str )
Converts a string representing an ovrTimeWindow enum value to an enum value