enum ovrVoipDtxState_ | ovrVoipDtxState ( ) |
const char * | ovrVoipDtxState_ToString ( ovrVoipDtxState value ) |
ovrVoipDtxState_FromString ( const char * str ) |
ovrVoipDtxState_Unknown | |
ovrVoipDtxState_Enabled | |
ovrVoipDtxState_Disabled |
typedef enum ovrVoipDtxState_ ovrVoipDtxState ( ) |
---|
No description available.
|
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 |