const char * | |
ovrLivestreamingMicrophoneStatus_FromString ( const char * str ) |
ovrLivestreamingMicrophoneStatus_Unknown | |
ovrLivestreamingMicrophoneStatus_MicrophoneOn | |
ovrLivestreamingMicrophoneStatus_MicrophoneOff |
| typedef enum ovrLivestreamingMicrophoneStatus_ ovrLivestreamingMicrophoneStatus ( ) |
|---|
No description available.
|
| const char* ovrLivestreamingMicrophoneStatus_ToString ( ovrLivestreamingMicrophoneStatus value ) |
|---|
Converts an ovrLivestreamingMicrophoneStatus enum value to a string The returned string does not need to be freed |
| ovrLivestreamingMicrophoneStatus ovrLivestreamingMicrophoneStatus_FromString ( const char * str ) |
|---|
Converts a string representing an ovrLivestreamingMicrophoneStatus enum value to an enum value |