libsoundio  2.0.0
SoundIoChannelArea Struct Reference

The size of this struct is OK to use. More...

Data Fields

char * ptr
 Base address of buffer. More...
 
int step
 How many bytes it takes to get from the beginning of one sample to the beginning of the next sample. More...
 

Detailed Description

The size of this struct is OK to use.

Examples
sio_microphone.c, sio_record.c, and sio_sine.c.

Field Documentation

◆ ptr

char* SoundIoChannelArea::ptr

Base address of buffer.

Examples
sio_microphone.c, sio_record.c, and sio_sine.c.

◆ step

int SoundIoChannelArea::step

How many bytes it takes to get from the beginning of one sample to the beginning of the next sample.

Examples
sio_microphone.c, sio_record.c, and sio_sine.c.

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