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

FOvrVoipEncoder Struct

This is a custom encoder for voice over internet protocol (VoIP) data. A VoIP session can be established by UOvrFunctionsBlueprintLibrary::Voip_Start. It provides a way to encode PCM data into compressed VoIP data.

Fields

OVR Handle for methods.

Constructors & Destructors

This is the default constructor for the struct, which initializes the ::ovrVoipEncoderHandle and TOvrMessageHandlePtr to their default values.
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Setting all values to their defaults, effectively clearing the struct.
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Did you find this page helpful?