source: roaraudio/include/roaraudio/sample.h @ 38:7b99528e2087

Last change on this file since 38:7b99528e2087 was 38:7b99528e2087, checked in by phi, 16 years ago

changed roar_sample struct

File size: 268 bytes
Line 
1//stream.h:
2
3#ifndef _ROARAUDIO_SAMPLE_H_
4#define _ROARAUDIO_SAMPLE_H_
5
6// we do not need any roar_audio_info struct because it IS in servers native format
7struct roar_sample {
8 char                 name[ROAR_BUFFER_NAME];
9 struct roar_buffer * data;
10};
11
12#endif
13
14//ll
Note: See TracBrowser for help on using the repository browser.