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

FOvrVoipDecoder Struct

It's a custom decoder for voice over internet protocol (VoIP) data. A VoIP session can be established by UOvrFunctionsBlueprintLibrary::Voip_Start It provides a way to decode compressed VoIP data into PCM format, which can then be played back or further processed.

Constructors

FOvrVoipDecoder ()
This is the default constructor for the struct, which initializes the ::ovrVoipDecoderHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrVoipDecoder::FOvrVoipDecoder()
FOvrVoipDecoder ( OvrHandle , MessageHandlePtr )
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrVoipDecoder::FOvrVoipDecoder(ovrVoipDecoderHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrVoipDecoderHandle
MessageHandlePtr: TOvrMessageHandlePtr

Fields

Handle : ovrVoipDecoderHandle
OVR Handle for methods.
Signature
ovrVoipDecoderHandle FOvrVoipDecoder::Handle

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrVoipDecoder::Clear()
Returns
void
Update ( OvrHandle , MessageHandlePtr )
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
void FOvrVoipDecoder::Update(ovrVoipDecoderHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrVoipDecoderHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void