Firelight Technologies FMOD Studio API
Information for a single buffer in FMOD Studio.
typedef struct {
int currentUsage;
int peakUsage;
int capacity;
int stallCount;
float stallTime;
} FMOD_STUDIO_BUFFER_INFO;
currentUsage
Current buffer usage in bytes.
peakUsage
Peak buffer usage in bytes.
capacity
Buffer capacity in bytes.
stallCount
Cumulative number of stalls due to buffer overflow.
stallTime
Cumulative amount of time stalled due to buffer overflow, in seconds.
Version 1.03.06 Built on Apr 17, 2014