Audio Data. More...

#include <stddef.h> #include "config.h"

Data Structures
struct otc_audio_data
Typedefs
typedef void(* audio_transform_callback) (void *user_data, struct otc_audio_data *frame)
The callback that will perform the custom transformation. More...

Detailed Description

Audio Data.

This file includes the type definition for an audio data.

Typedef Documentation

audio_transform_callback

typedef void(* audio_transform_callback) (void *user_data, struct otc_audio_data *frame)

The callback that will perform the custom transformation.

Note: This function only applies to the Vonage Video API macOS SDK. It does not work in the Vonage Video API Linux SDK.