API reference
API reference
Select your platform
No SDKs available
No versions available

OVR_LivestreamingMicrophoneStatus.h File

It's an enum that represents the status of a microphone during a livestream. It provides a simple and standardized way to represent the status of a microphone during a livestream, which can be useful for various applications and use cases. See livestreaming documentation for more details.

Enumeration Types

Enumeration ovrLivestreamingMicrophoneStatus_

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.
ovrLivestreamingMicrophoneStatus_Unknown
No description available
ovrLivestreamingMicrophoneStatus_MicrophoneOn
It indicates that the microphone is currently on and transmitting audio. This value can be used to indicate that the microphone is functioning properly and that audio is being captured and transmitted during the livestream.
ovrLivestreamingMicrophoneStatus_MicrophoneOff
It indicates that the microphone is currently off and not transmitting audio. This value can be used to indicate that the microphone has been turned off or muted, either intentionally or unintentionally, during the livestream.

Typedefs

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Functions

Converts an ovrLivestreamingMicrophoneStatus enum value to a string The returned string does not need to be freed
Converts a string representing an ovrLivestreamingMicrophoneStatus to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon