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.31 Reference Guide

OVR_VoipMuteState.h File Reference

Enumeration Type Documentation

enum OVR_VoipMuteState.h.ovrVoipMuteState_
Enumerator
ovrVoipMuteState_Unknown
ovrVoipMuteState_Muted
ovrVoipMuteState_Unmuted

Typedef Documentation

typedef enum ovrVoipMuteState_ ovrVoipMuteState ( )

Function Documentation

const char* ovrVoipMuteState_ToString ( ovrVoipMuteState value )
Converts an ovrVoipMuteState enum value to a string The returned string does not need to be freed
ovrVoipMuteState ovrVoipMuteState_FromString ( const char * str )
Converts a string representing an ovrVoipMuteState enum value to an enum value
1
2
3
4
5
6
7
8
9
10
11
12
13
16
17
20
21
22
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_VOIP_MUTE_STATE_H
#define OVR_VOIP_MUTE_STATE_H

#include "OVR_Platform_Defs.h"

typedefenum ovrVoipMuteState_ {
  ovrVoipMuteState_Unknown,
  ovrVoipMuteState_Muted,
  ovrVoipMuteState_Unmuted,
} ovrVoipMuteState;

OVRPL_PUBLIC_FUNCTION(constchar*) ovrVoipMuteState_ToString(ovrVoipMuteState value);

OVRPL_PUBLIC_FUNCTION(ovrVoipMuteState) ovrVoipMuteState_FromString(constchar* str);

#endif
The documentation for this file was generated from the following file: OVR_VoipMuteState.h