enum ovrPartyMicState_ | ovrPartyMicState ( ) |
const char * | ovrPartyMicState_ToString ( ovrPartyMicState value ) |
ovrPartyMicState_FromString ( const char * str ) |
ovrPartyMicState_Unknown | |
ovrPartyMicState_Party | |
ovrPartyMicState_App | |
ovrPartyMicState_Mute | |
ovrPartyMicState_Inactive | |
ovrPartyMicState_InputShared |
| typedef enum ovrPartyMicState_ ovrPartyMicState ( ) |
|---|
No description available.
|
| const char* ovrPartyMicState_ToString ( ovrPartyMicState value ) |
|---|
Converts an ovrPartyMicState enum value to a string The returned string does not need to be freed |
| ovrPartyMicState ovrPartyMicState_FromString ( const char * str ) |
|---|
Converts a string representing an ovrPartyMicState enum value to an enum value |