API reference

OVR_PartyMicState.h File

Enumeration Types

Enumeration ovrPartyMicState_

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.
ovrPartyMicState_Unknown
No description available
ovrPartyMicState_Party
No description available
ovrPartyMicState_App
No description available
ovrPartyMicState_Mute
No description available
ovrPartyMicState_Inactive
No description available
ovrPartyMicState_InputShared
No description available

Typedefs

enum ovrPartyMicState_ ovrPartyMicState
A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Functions

const char * ovrPartyMicState_ToString
( ovrPartyMicState value )
Converts an ovrPartyMicState enum value to a string The returned string does not need to be freed
ovrPartyMicState ovrPartyMicState_FromString
( const char * str )
Converts a string representing an ovrPartyMicState to the actual enum value and returns the value.