|
Vonage Video API Windows SDK
|
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... | |
Interface used to define a custom audio transformer to be used in the AudioTransformer(string name, ICustomAudioTransformer transformer) constructor.
| 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.
| audioData | The audio data to be transformed. |