API reference
API reference
Select your platform
No SDKs available
No versions available

OVR_NetSyncVoipStreamMode.h File

A network synchronization system allows multiple clients to connect and communicate with each other in real-time. Once a ovrNetSyncConnectionHandle is established, user can choose the stream mode for the connection. The ovr_NetSyncOptions_SetVoipStreamDefault() will be used when a new VoIP(Voice over Internet Protocol) user connects.

Enumeration Types

Enumeration ovrNetSyncVoipStreamMode_

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.
ovrNetSyncVoipStreamMode_Unknown
No description available
ovrNetSyncVoipStreamMode_Ambisonic
This enum member represents the ambisonic steam mode the VoIP stream uses. It is the default value of ovr_NetSyncOptions_SetVoipStreamDefault(). Since it allows for the creation of immersive, surround sound experiences that simulate real-world audio environments, it typically used in virtual reality (VR) and augmented reality (AR) applications.
ovrNetSyncVoipStreamMode_Mono
This enum member represents the mono steam mode the VoIP stream uses. The advantages mono stream mode has over ambisonic steam mode is the audio encoding and decoding require less computational resources and thus audio streams require less bandwidth. So it is typically used in applications with limited network resources.

Typedefs

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Functions

Converts an ovrNetSyncVoipStreamMode enum value to a string The returned string does not need to be freed
Converts a string representing an ovrNetSyncVoipStreamMode to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon