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

OVR_LivestreamingAudience.h File

It's a enum that represent the different types of audiences that can be selected for a livestreaming. It can be used to specify the audience when a live streaming starts. The livestreaming status change will be notified by ovrMessage_Notification_Livestreaming_StatusChange

Enumeration Types

Enumeration ovrLivestreamingAudience_

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.
ovrLivestreamingAudience_Unknown
No description available
ovrLivestreamingAudience_Public
This value represents a public audience, meaning that anyone can view the livestream.
ovrLivestreamingAudience_Friends
This value represents an audience consisting of the user's friends. Only people who are friends with the user will be able to view the livestream.
ovrLivestreamingAudience_OnlyMe
This value represents an audience consisting only of the user themselves. Only the user who created the livestream will be able to view it.

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 ovrLivestreamingAudience enum value to a string The returned string does not need to be freed
Converts a string representing an ovrLivestreamingAudience to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon