source: roaraudio/include/roaraudio/sample.h @ 37:58cb09c26220

Last change on this file since 37:58cb09c26220 was 0:2a41d2f42394, checked in by phi, 16 years ago

Initial revision

File size: 167 bytes
Line 
1//stream.h:
2
3#ifndef _ROARAUDIO_SAMPLE_H_
4#define _ROARAUDIO_SAMPLE_H_
5
6struct roar_sample {
7 size_t len;
8 void * data;
9 struct roar_audio_info info;
10};
11
12#endif
13
14//ll
Note: See TracBrowser for help on using the repository browser.