Suggestions

close search

Add Messaging, Voice, and Authentication to your apps with Vonage Communications APIs

Visit the Vonage API Developer Portal

OpenTok.ICustomAudioTransformer

Interface used to define a custom audio transformer to be used in the AudioTransformer(string name, ICustomAudioTransformer transformer) constructor. More...

Public Member Functions

void Transform (AudioData audioData)
 Called when a new frame of audio data is available. In your implementation, apply a custom transformation the audio data. More...

Detailed Description

Interface used to define a custom audio transformer to be used in the AudioTransformer(string name, ICustomAudioTransformer transformer) constructor.

Member Function Documentation

◆ Transform()

void OpenTok.ICustomAudioTransformer.Transform ( AudioData  audioData)

Called when a new frame of audio data is available. In your implementation, apply a custom transformation the audio data.

Parameters
audioDataThe audio data to be transformed.