API reference

OVR_VoipDtxState.h File

Enumeration Types

Enumeration ovrVoipDtxState_

ovrVoipDtxState_Unknown
No description available
ovrVoipDtxState_Enabled
No description available
ovrVoipDtxState_Disabled
No description available

Typedefs

enum ovrVoipDtxState_ ovrVoipDtxState

Functions

const char * ovrVoipDtxState_ToString
( ovrVoipDtxState value )
Converts an ovrVoipDtxState enum value to a string The returned string does not need to be freed
ovrVoipDtxState ovrVoipDtxState_FromString
( const char * str )
Converts a string representing an ovrVoipDtxState enum value to an enum value