OpenTok Windows SDK
|
Defines several parameters related to an audio sample batch. More...
Public Attributes | |
IntPtr | SampleBuffer => sample_buffer |
The buffer with the audio samples. The total size of the buffer is number_of_samples*number_of_channels*(bits_per_sample/8) More... | |
int | BitsPerSample => bits_per_sample |
Size in bits of each sample More... | |
int | SampleRate => sample_rate |
Bitrate of the samples in bits per second More... | |
UIntPtr | NumberOfChannels => number_of_channels |
Number of audio channels More... | |
UIntPtr | NumberOfSamples => number_of_samples |
Number of samples More... | |
Defines several parameters related to an audio sample batch.
int OpenTok.AudioData.BitsPerSample => bits_per_sample |
Size in bits of each sample
UIntPtr OpenTok.AudioData.NumberOfChannels => number_of_channels |
Number of audio channels
UIntPtr OpenTok.AudioData.NumberOfSamples => number_of_samples |
Number of samples
IntPtr OpenTok.AudioData.SampleBuffer => sample_buffer |
The buffer with the audio samples. The total size of the buffer is number_of_samples*number_of_channels*(bits_per_sample/8)
int OpenTok.AudioData.SampleRate => sample_rate |
Bitrate of the samples in bits per second