MusicKit  0.0.0
Public Attributes
SNDStreamBuffer Struct Reference

Describes the format and the data in a limited length buffer used for operating on a stream. More...

#include <PerformSound.h>

List of all members.

Public Attributes

void * streamData
SndSampleFormat dataFormat
long frameCount
int channelCount
double sampleRate

Detailed Description

Describes the format and the data in a limited length buffer used for operating on a stream.


Member Data Documentation

channelCount The number of channels.

SndSampleFormat SNDStreamBuffer::dataFormat

dataFormat The format describing the number of bytes for one sample and it's format, signed, float etc.

frameCount The number of sample frames (i.e channel independent) in the buffer.

The sampling rate in Hz.

A pointer to the data itself.


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