API reference

OVR_VoipMuteState.h File

Enumeration Types

Enumeration ovrVoipMuteState_

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.
ovrVoipMuteState_Unknown
No description available
ovrVoipMuteState_Muted
No description available
ovrVoipMuteState_Unmuted
No description available

Typedefs

enum ovrVoipMuteState_ ovrVoipMuteState
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 * ovrVoipMuteState_ToString
( ovrVoipMuteState value )
Converts an ovrVoipMuteState enum value to a string The returned string does not need to be freed
ovrVoipMuteState ovrVoipMuteState_FromString
( const char * str )
Converts a string representing an ovrVoipMuteState to the actual enum value and returns the value.