Defines several parameters related to an audio sample batch. More...
| Properties | |
| IntPtr | SampleBuffer [get] |
| The buffer with the audio samples. The total size of the buffer is number_of_samples*number_of_channels*(bits_per_sample/8) | |
| int | BitsPerSample [get] |
| Size in bits of each sample | |
| int | SampleRate [get] |
| Bitrate of the samples in bits per second | |
| UIntPtr | NumberOfChannels [get] |
| Number of audio channels | |
| UIntPtr | NumberOfSamples [get] |
| Number of samples |
Detailed Description
Defines several parameters related to an audio sample batch.