API reference

OVR_LivestreamingMicrophoneStatus.h File

Enumeration Types

Enumeration ovrLivestreamingMicrophoneStatus_

ovrLivestreamingMicrophoneStatus_Unknown
No description available
ovrLivestreamingMicrophoneStatus_MicrophoneOn
No description available
ovrLivestreamingMicrophoneStatus_MicrophoneOff
No description available

Typedefs

enum ovrLivestreamingMicrophoneStatus_ ovrLivestreamingMicrophoneStatus

Functions

const char * ovrLivestreamingMicrophoneStatus_ToString
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