Register to receive notifications with remote audio buffers before they are rendered.
This gives you access to the audio data received, allowing for example the implementation of custom filters/effects.
If the returned NotificationId is valid, you must call EOS_RTCAudio_RemoveNotifyAudioBeforeRender when you no longer wish to
have your CompletionDelegate called.
Return Value
Notification ID representing the registered callback if successful, an invalid NotificationId if not
See Also
EOS_INVALID_NOTIFICATIONID, EOS_RTCAudio_RemoveNotifyAudioBeforeRender
Parameters
EOS_RTCAudio_AddNotifyAudioBeforeRender
Register to receive notifications with remote audio buffers before they are rendered.
This gives you access to the audio data received, allowing for example the implementation of custom filters/effects.
If the returned NotificationId is valid, you must call EOS_RTCAudio_RemoveNotifyAudioBeforeRender when you no longer wish to
have your CompletionDelegate called.
Return Value
Notification ID representing the registered callback if successful, an invalid NotificationId if not
See Also
EOS_INVALID_NOTIFICATIONID, EOS_RTCAudio_RemoveNotifyAudioBeforeRender
Parameters
RTCAudio.RTCAudioInterface.AddNotifyAudioBeforeRender
Parameter Type And Name
|
Usage Information
|
AddNotifyAudioBeforeRenderOptions options
|
|
object clientData
|
Arbitrary data that is passed back in the CompletionDelegate
|
OnAudioBeforeRenderCallback completionDelegate
|
The callback to be fired when a presence change occurs
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no