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

Platform 1.32 Reference Guide

OVR_MediaContentType.h File Reference

Enumeration Type Documentation

enum OVR_MediaContentType.h.ovrMediaContentType_
Enumerator
ovrMediaContentType_Unknown
ovrMediaContentType_Photo

Typedef Documentation

typedef enum ovrMediaContentType_ ovrMediaContentType ( )

Function Documentation

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
1
2
3
4
5
6
7
8
9
10
11
12
15
16
19
20
21
// 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
The documentation for this file was generated from the following file: OVR_MediaContentType.h