Suggestions

close search

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

Visit the Vonage API Developer Portal

OpenTok.AudioTransformer

Defines an audio transformation to be used in the Publisher.AudioTransformers array. More...

Inherits IDisposable.

Public Member Functions

 AudioTransformer (string name, string properties)
 Creates an audio transformer from a Vonage Media Library transformer. For more information, see Using the Vonage Media Processor library. More...
 AudioTransformer (string name, ICustomAudioTransformer transformer)
 Creates a custom audio transformer. More...
void Dispose ()
 Disposes of the AudioTransformer object's resources. More...

Protected Member Functions

virtual void Dispose (bool disposing)

Detailed Description

Defines an audio transformation to be used in the Publisher.AudioTransformers array.

Constructor & Destructor Documentation

◆ AudioTransformer() [1/2]

OpenTok.AudioTransformer.AudioTransformer ( string  name,
string  properties 
)

Creates an audio transformer from a Vonage Media Library transformer. For more information, see Using the Vonage Media Processor library.

Important: In version 2.27.2+ of the Vonage Video client SDK for Windows, you need to install the Vonage Media Library separately from the Vonage Video Windows SDK. For details, see Vonage Media Library integration.

Check additional information in the Vonage Media Library README.md file.

Parameters
nameThe name of the Vonage Media Library transformer.
propertiesThe JSON string defining properties of the Vonage Media Library transformer.

◆ AudioTransformer() [2/2]

OpenTok.AudioTransformer.AudioTransformer ( string  name,
ICustomAudioTransformer  transformer 
)

Creates a custom audio transformer.

Parameters
nameThe unique identifier for the transformers.
transformerThe object that includes a callback method to perform the transformation.

Member Function Documentation

◆ Dispose() [1/2]

virtual void OpenTok.AudioTransformer.Dispose ( bool  disposing)

Parameters
disposing

◆ Dispose() [2/2]

void OpenTok.AudioTransformer.Dispose ( )

Disposes of the AudioTransformer object's resources.