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

ovr_VoipDecoder_GetDecodedPCM Function

It's responsible for retrieving the decoded PCM data from the decoder. This method returns the number of samples written to the output buffer

Signature

size_t ovr_VoipDecoder_GetDecodedPCM(const ovrVoipDecoderHandle obj, float *outputBuffer, size_t outputBufferSize)

Parameters

outputBuffer: float *
outputBufferSize: size_t

Returns

size_t