API reference
API reference
Select your platform
No SDKs available
No versions available

OVR_Types.h File

Typedefs

Represents a single state change in the platform such as the response to a request, or some new information from the backend.
A unique identifier for some entity in the system (user, room, etc).
void(* LogFunctionPtr
Callback used by the Voip subsystem for audio filtering
Callback used by the ovrMicrophone class to signal that data is available

Variables

const uint64_t invalidRequestID[Get]
const uint64_t invalidMessageID[Get]
LogFunctionPtr DoLogging[Get]

Functions

Helper function for making an int ovrKeyValuePair.For example, ovrKeyValuePair_makeInt("key", 1);
Helper function for making a double ovrKeyValuePair.For example, ovrKeyValuePair_makeDouble("key", 1.1);
Helper function for making a string ovrKeyValuePair.For example, ovrKeyValuePair_makeString("key", "value");
Convert a string into an ovrID. Returns false if the input is malformed (either out of range, or not an integer).
Convert an ID back into a string. This function round trips with ovrID_FromString(). Note: the id format may change in the future. Developers should not rely on the string representation being an integer.Length of outParam should be > 20.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon