|
libpsynth 0.2.1
|
Basic information of an audio stream. More...
#include <audio_info.hpp>
Public Member Functions | |
| audio_info (const audio_info &i) | |
| audio_info (size_t r=0, size_t s=0, size_t c=0) | |
| bool | operator== (const audio_info &i) |
| bool | operator!= (const audio_info &i) |
Public Attributes | |
| size_t | sample_rate |
| Sampling rate of the stream. | |
| size_t | block_size |
| Size of processing buffers. | |
| size_t | num_channels |
| Number of channels of the audio stream. | |
Basic information of an audio stream.
| psynth::audio_info::audio_info | ( | const audio_info & | i | ) | [inline] |
| psynth::audio_info::audio_info | ( | size_t | r = 0, |
| size_t | s = 0, |
||
| size_t | c = 0 |
||
| ) | [inline] |
| bool psynth::audio_info::operator!= | ( | const audio_info & | i | ) | [inline] |
| bool psynth::audio_info::operator== | ( | const audio_info & | i | ) | [inline] |
Size of processing buffers.
Number of channels of the audio stream.
Sampling rate of the stream.
1.7.4