This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| enum | ovrMediaContentType_ { } |
| enum ovrMediaContentType_ |
| const char * | |
| ovrMediaContentType | ovrMediaContentType_FromString ( const char * str ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
#ifndef OVR_MEDIA_CONTENT_TYPE_H
#define OVR_MEDIA_CONTENT_TYPE_H
#include "OVR_Platform_Defs.h"
typedefenum ovrMediaContentType_ {
ovrMediaContentType_Unknown,
ovrMediaContentType_Photo,
} ovrMediaContentType;
OVRPL_PUBLIC_FUNCTION(constchar*) ovrMediaContentType_ToString(ovrMediaContentType value);
OVRPL_PUBLIC_FUNCTION(ovrMediaContentType) ovrMediaContentType_FromString(constchar* str);
#endif