ASPiK SDK
Loading...
Searching...
No Matches
ResetInfo Struct Reference

Sample rate and bit-depth information that is passed during the reset( ) function. More...

#include <pluginstructures.h>

Public Member Functions

 ResetInfo (double _sampleRate, uint32_t _bitDepth)
 

Public Attributes

double sampleRate = 0.0
 sample rate
 
uint32_t bitDepth = 0
 bit depth (not available in all APIs)
 

Detailed Description

Sample rate and bit-depth information that is passed during the reset( ) function.

Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2018 / 09 / 7

The documentation for this struct was generated from the following file: