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.34 Reference Guide

OVR_RoomOptions.h File Reference

Typedefs

struct ovrRoomOptions *

Typedef Documentation

typedef struct ovrRoomOptions* ovrRoomOptionsHandle ( )

Function Documentation

ovrRoomOptionsHandle ovr_RoomOptions_Create ( )
void ovr_RoomOptions_Destroy ( ovrRoomOptionsHandle handle )
void ovr_RoomOptions_SetDataStoreString ( ovrRoomOptionsHandle handle, const char * key, const char * value )
void ovr_RoomOptions_ClearDataStore ( ovrRoomOptionsHandle handle )
void ovr_RoomOptions_SetExcludeRecentlyMet ( ovrRoomOptionsHandle handle, bool value )
void ovr_RoomOptions_SetMaxUserResults ( ovrRoomOptionsHandle handle, unsigned int value )
void ovr_RoomOptions_SetOrdering ( ovrRoomOptionsHandle handle, ovrUserOrdering value )
void ovr_RoomOptions_SetRecentlyMetTimeWindow ( ovrRoomOptionsHandle handle, ovrTimeWindow value )
void ovr_RoomOptions_SetRoomId ( ovrRoomOptionsHandle handle, ovrID value )
void ovr_RoomOptions_SetTurnOffUpdates ( ovrRoomOptionsHandle handle, bool value )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_ROOM_OPTIONS_H
#define OVR_ROOM_OPTIONS_H

#include "OVR_Platform_Defs.h"
#include "OVR_Types.h"
#include <stddef.h>
#include <stdbool.h>

#include "OVR_TimeWindow.h"
#include "OVR_UserOrdering.h"

struct ovrRoomOptions;
typedefstruct ovrRoomOptions* ovrRoomOptionsHandle;

OVRP_PUBLIC_FUNCTION(ovrRoomOptionsHandle) ovr_RoomOptions_Create();
OVRP_PUBLIC_FUNCTION(void) ovr_RoomOptions_Destroy(ovrRoomOptionsHandle handle);
OVRP_PUBLIC_FUNCTION(void) ovr_RoomOptions_SetDataStoreString(ovrRoomOptionsHandle handle, constchar* key, constchar* value);
OVRP_PUBLIC_FUNCTION(void) ovr_RoomOptions_ClearDataStore(ovrRoomOptionsHandle handle);
OVRP_PUBLIC_FUNCTION(void) ovr_RoomOptions_SetExcludeRecentlyMet(ovrRoomOptionsHandle handle, bool value);
OVRP_PUBLIC_FUNCTION(void) ovr_RoomOptions_SetMaxUserResults(ovrRoomOptionsHandle handle, unsignedint value);
OVRP_PUBLIC_FUNCTION(void) ovr_RoomOptions_SetOrdering(ovrRoomOptionsHandle handle, ovrUserOrdering value);
OVRP_PUBLIC_FUNCTION(void) ovr_RoomOptions_SetRecentlyMetTimeWindow(ovrRoomOptionsHandle handle, ovrTimeWindow value);
OVRP_PUBLIC_FUNCTION(void) ovr_RoomOptions_SetRoomId(ovrRoomOptionsHandle handle, ovrID value);
OVRP_PUBLIC_FUNCTION(void) ovr_RoomOptions_SetTurnOffUpdates(ovrRoomOptionsHandle handle, bool value);

#endif
The documentation for this file was generated from the following file: OVR_RoomOptions.h