#include <audio.h>
Inheritance diagram for AudioSample::

Public Methods | |
| AudioSample (unsigned frame, audioencoding_t coding=PCM16_AUDIO_ENCODING, unsigned rate=8000) | |
| ~AudioSample () | |
| unsigned | getCount (void) |
| unsigned | getRate (void) |
| audioencoding_t | getEncoding (void) |
| unsigned char * | getSamples (void) |
Protected Attributes | |
| audioencoding_t | encoding |
| unsigned | rate |
| unsigned | count |
| unsigned char * | samples |
Friends | |
| class | AudioCopy |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.10 written by Dimitri van Heesch,
© 1997-2001