Defines the number of channels and time settings for an AudioStream. More...
#include <foleys_Structures.h>
Public Member Functions | |
| bool | isValid () const |
| juce::String | toString () const |
| int | getFrameSize () const |
| int | getSampleSize () const |
Public Attributes | |
| int | numChannels = 2 |
| int | defaultNumSamples = 1024 |
| int | timebase = 48000 |
| int | bitsPerSample = 0 |
Defines the number of channels and time settings for an AudioStream.
| bool isValid | ( | ) | const |
| juce::String toString | ( | ) | const |
| int getFrameSize | ( | ) | const |
References AudioStreamSettings::getSampleSize(), and AudioStreamSettings::numChannels.
| int getSampleSize | ( | ) | const |
References AudioStreamSettings::bitsPerSample.
Referenced by AudioStreamSettings::getFrameSize().
| int numChannels = 2 |
| int defaultNumSamples = 1024 |
| int timebase = 48000 |
| int bitsPerSample = 0 |