enum | ovrMediaContentType_ { } |
const char * | |
ovrMediaContentType_FromString ( const char * str ) |
ovrMediaContentType_Unknown | |
ovrMediaContentType_Photo |
typedef enum ovrMediaContentType_ ovrMediaContentType ( ) |
---|
No description available.
|
const char* ovrMediaContentType_ToString ( ovrMediaContentType value ) |
---|
Converts an ovrMediaContentType enum value to a string The returned string does not need to be freed |
ovrMediaContentType ovrMediaContentType_FromString ( const char * str ) |
---|
Converts a string representing an ovrMediaContentType enum value to an enum value |