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

OVR_Voip_LowLevel.h File Reference

Function Documentation

ovrVoipEncoderHandle ovr_Voip_CreateEncoder ( )
void ovr_Voip_DestroyEncoder ( ovrVoipEncoderHandle encoder )
ovrVoipDecoderHandle ovr_Voip_CreateDecoder ( )
void ovr_Voip_DestroyDecoder ( ovrVoipDecoderHandle decoder )
ovrMicrophoneHandle ovr_Microphone_Create ( )
void ovr_Microphone_Destroy ( ovrMicrophoneHandle obj )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#ifndef OVR_VOIP_LOWLEVEL_H
#define OVR_VOIP_LOWLEVEL_H

#include "OVR_Platform_Defs.h"
#include "OVR_Types.h"

#include "OVR_VoipEncoder.h"
#include "OVR_VoipDecoder.h"
#include "OVR_Microphone.h"

#ifdef __cplusplus
extern"C" {
#endif


OVRP_PUBLIC_FUNCTION(ovrVoipEncoderHandle) ovr_Voip_CreateEncoder();
OVRP_PUBLIC_FUNCTION(void) ovr_Voip_DestroyEncoder(ovrVoipEncoderHandle encoder);

OVRP_PUBLIC_FUNCTION(ovrVoipDecoderHandle) ovr_Voip_CreateDecoder();
OVRP_PUBLIC_FUNCTION(void) ovr_Voip_DestroyDecoder(ovrVoipDecoderHandle decoder);

OVRP_PUBLIC_FUNCTION(ovrMicrophoneHandle) ovr_Microphone_Create();
OVRP_PUBLIC_FUNCTION(void) ovr_Microphone_Destroy(ovrMicrophoneHandle obj);

#ifdef __cplusplus
}  // extern "C"
#endif

#endif // OVR_VOIP_LOWLEVEL_H
The documentation for this file was generated from the following file: OVR_Voip_LowLevel.h