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

OVR_VoipDtxState.h File

This is an enum that defines the possible states for the Opus codec's discontinuous transmission (DTX) feature. It allows you to control whether the Opus codec uses DTX to conserve battery power and reduce transmission rate during pauses in the voice chat. It can be used as the type for the ovr_VoipOptions_SetCreateNewConnectionUseDtx()

Enumeration Types

Enumeration ovrVoipDtxState_

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.
ovrVoipDtxState_Unknown
No description available
ovrVoipDtxState_Enabled
This state indicates that the DTX feature is enabled. When enabled, the Opus codec will only transmit data when a person is speaking, which can conserve battery power and reduce transmission rate during pauses in the voice chat.
ovrVoipDtxState_Disabled
This state indicates that the DTX feature is disabled. When disabled, the Opus codec will continuously transmit data, even during pauses in the voice chat.

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