Suggestions

close search

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

Visit the Vonage API Developer Portal
Developer Documentation moved on August 7, 2026. Future updates are available only at → https://developer.vonage.com/en/opentok/overview

audio_data.h File Reference

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.