const char * | |
ovrSystemVoipStatus_FromString ( const char * str ) |
ovrSystemVoipStatus_Unknown | |
ovrSystemVoipStatus_Unavailable | |
ovrSystemVoipStatus_Suppressed | |
ovrSystemVoipStatus_Active |
typedef enum ovrSystemVoipStatus_ ovrSystemVoipStatus ( ) |
---|
No description available.
|
const char* ovrSystemVoipStatus_ToString ( ovrSystemVoipStatus value ) |
---|
Converts an ovrSystemVoipStatus enum value to a string The returned string does not need to be freed |
ovrSystemVoipStatus ovrSystemVoipStatus_FromString ( const char * str ) |
---|
Converts a string representing an ovrSystemVoipStatus enum value to an enum value |