Go to the source code of this file.
Classes | |
| class | audio_chunk |
| Interface to container of a chunk of audio data. See audio_chunk_impl for an implementation. More... | |
| class | audio_chunk_impl_t< t_alloc > |
| Implementation of audio_chunk. Takes pfc allocator template as template parameter. More... | |
| class | audio_chunk_temp_impl |
| Implements const methods of audio_chunk only, referring to an external buffer. For temporary use only (does not maintain own storage), e.g.: somefunc( audio_chunk_temp_impl(mybuffer,....) );. More... | |
Typedefs | |
| typedef audio_chunk_impl_t | audio_chunk_impl |
| typedef audio_chunk_impl | audio_chunk_i |
| typedef audio_chunk_impl audio_chunk_i |
| typedef audio_chunk_impl_t audio_chunk_impl |
1.5.5