ASPiK SDK
|
Information package about the current DAW session. Sample rate and bit-depth of audio. More...
#include <pluginstructures.h>
Public Member Functions | |
AudioProcDescriptor (double _sampleRate, uint32_t _bitDepth) | |
AudioProcDescriptor & | operator= (const AudioProcDescriptor &data) |
Public Attributes | |
double | sampleRate = 44100.0 |
sample rate | |
uint32_t | bitDepth = 16 |
wav file bit depth (not supported in all APIs) | |
Information package about the current DAW session. Sample rate and bit-depth of audio.