Suggestions

close search

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

Visit the Vonage API Developer Portal

OpenTok.Subscriber.AudioDataEventArgs

Defines parameters for OpenTok.AudioData events. More...

Inherits EventArgs.

Properties

byte[] SampleBuffer [get]
 The buffer with the audio samples. The total size of the buffer is NumberOfSamples * NumberOfChannels * BitsPerSample / 8.
int BitsPerSample [get]
 The number of bits in each sample.
int SampleRate [get]
 The bitrate of the samples, in bits per second.
int NumberOfChannels [get]
 The number of audio channels.
int NumberOfSamples [get]
 The number of samples.

Detailed Description

Defines parameters for OpenTok.AudioData events.