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

OVR_VoipBitrate.h File

It's a set of predefined values that represent different levels of audio quality for Voice over IP (VoIP) connections. It can be used in ovr_VoipOptions_SetBitrateForNewConnections() to set the maximum average bitrate the audio codec should use for new VoIP connections.

Enumeration Types

Enumeration ovrVoipBitrate_

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.
ovrVoipBitrate_Unknown
No description available
ovrVoipBitrate_B16000
Very low audio quality for minimal network usage. This may not give the full range of Hz for audio, but it will save on network usage.
ovrVoipBitrate_B24000
Lower audio quality but also less network usage.
ovrVoipBitrate_B32000
This is the default bitrate for voip connections. It should be the best tradeoff between audio quality and network usage.
ovrVoipBitrate_B64000
Higher audio quality at the expense of network usage. Good if there's music being streamed over the connections
ovrVoipBitrate_B96000
Even higher audio quality for music streaming or radio-like quality.
ovrVoipBitrate_B128000
At this point the audio quality should be perceptually indistinguishable from the uncompressed input.

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 ovrVoipBitrate enum value to a string The returned string does not need to be freed
Converts a string representing an ovrVoipBitrate to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon