Video display and composing engine for JUCE
Loading...
Searching...
No Matches
AudioStreamSettings Struct Referencefinal

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
 

Detailed Description

Defines the number of channels and time settings for an AudioStream.

Member Function Documentation

◆ isValid()

◆ toString()

◆ getFrameSize()

int getFrameSize ( ) const

◆ getSampleSize()

int getSampleSize ( ) const

Member Data Documentation

◆ numChannels

◆ defaultNumSamples

◆ timebase

◆ bitsPerSample


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