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

ovr_Party_PluginGetPCMWithTimestamp Function

This internal-only method is used by the platform plugin to extract audio frames for a given user. See ovr_Voip_GetPCMWithTimestamp() for details.

Signature

size_t ovr_Party_PluginGetPCMWithTimestamp(ovrID userId, int16_t *buffer, size_t numElements, uint32_t *timestamp)

Parameters

userId: ovrID
buffer: int16_t *
numElements: size_t
timestamp: uint32_t *

Returns

size_t