const char * | |
ovrLivestreamingStartStatus_FromString ( const char * str ) |
ovrLivestreamingStartStatus_Success | = 1 |
ovrLivestreamingStartStatus_Unknown | = 0 |
ovrLivestreamingStartStatus_NoPackageSet | = -1 |
ovrLivestreamingStartStatus_NoFbConnect | = -2 |
ovrLivestreamingStartStatus_NoSessionId | = -3 |
ovrLivestreamingStartStatus_MissingParameters | = -4 |
typedef enum ovrLivestreamingStartStatus_ ovrLivestreamingStartStatus ( ) |
---|
No description available.
|
const char* ovrLivestreamingStartStatus_ToString ( ovrLivestreamingStartStatus value ) |
---|
Converts an ovrLivestreamingStartStatus enum value to a string The returned string does not need to be freed |
ovrLivestreamingStartStatus ovrLivestreamingStartStatus_FromString ( const char * str ) |
---|
Converts a string representing an ovrLivestreamingStartStatus enum value to an enum value |