libpsynth 0.2.1
Public Member Functions | Public Attributes
psynth::audio_info Struct Reference

Basic information of an audio stream. More...

#include <audio_info.hpp>

List of all members.

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.

Detailed Description

Basic information of an audio stream.


Constructor & Destructor Documentation

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]

Member Function Documentation

bool psynth::audio_info::operator!= ( const audio_info i) [inline]
bool psynth::audio_info::operator== ( const audio_info i) [inline]

Member Data Documentation

Size of processing buffers.

Number of channels of the audio stream.

Sampling rate of the stream.


The documentation for this struct was generated from the following file: