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

ovr_Microphone_SetAcceptableRecordingDelayHint Function

Indicates that the caller is fine with a certain delay in the delivery of recorded audio frames. Setting this to a low value will reduce the latency at the cost of efficiency. Note that this is only a hint; the actual implementation may ignore it.

Signature

void ovr_Microphone_SetAcceptableRecordingDelayHint(const ovrMicrophoneHandle obj, size_t delayMs)

Parameters

delayMs: size_t

Returns

void