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

ovrVoipBitrate_ Enum

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.

Enumeration Constants

MemberDescription
ovrVoipBitrate_Unknown
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.