#include <AmAdvancedAudio.h>
Inheritance diagram for AmAudioDelay:

Public Member Functions | |
| AmAudioDelay (float delay_sec) | |
Protected Member Functions | |
| int | write (unsigned int user_ts, unsigned int size) |
| int | read (unsigned int user_ts, unsigned int size) |
| int AmAudioDelay::read | ( | unsigned int | user_ts, | |
| unsigned int | size | |||
| ) | [protected, virtual] |
Gets 'size' bytes directly from stream (Read,Pull).
Implements AmAudio.
| int AmAudioDelay::write | ( | unsigned int | user_ts, | |
| unsigned int | size | |||
| ) | [protected, virtual] |
Puts 'size' bytes directly from stream (Write,Push).
Implements AmAudio.
1.4.7