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

OVR_LivestreamingStartStatus.h File

It's an enum that represents the possible outcomes of starting a livestreaming session. This allows the API to return a standardized and well-defined set of values to indicate the outcome of starting a livestreaming session. It can be used in ovr_LivestreamingStartResult_GetStreamingResult() as type information.

Enumeration Types

Enumeration ovrLivestreamingStartStatus_

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.
ovrLivestreamingStartStatus_Success
This member represents a successful start of the livestreaming session.
ovrLivestreamingStartStatus_Unknown
= 0
ovrLivestreamingStartStatus_NoPackageSet
This member represents an error where the package was not set during the livestreaming start process.
ovrLivestreamingStartStatus_NoFbConnect
This member represents an error where Facebook Connect was not enabled during the livestreaming start process.
ovrLivestreamingStartStatus_NoSessionId
This member represents an error where a session ID was not provided during the livestreaming start process.
ovrLivestreamingStartStatus_MissingParameters
This member represents an error where required parameters were missing during the livestreaming start process.

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