AudioSource Class Reference

The base class for AudioSources like ReadSource and WriteSource. More...

#include <AudioSource.h>

Inheritance diagram for AudioSource:

ReadSource WriteSource

List of all members.

Public Member Functions

 AudioSource (const QString &dir, const QString &name)
void set_name (const QString &name)
void set_dir (const QString &name)
void set_original_bit_depth (uint bitDepth)
void set_created_by_sheet (qint64 id)
QString get_filename () const
QString get_dir () const
QString get_name () const
QString get_short_name () const
qint64 get_id () const
qint64 get_orig_sheet_id () const
int get_rate () const
uint get_channel_count () const
int get_bit_depth () const

Protected Attributes

QList< RingBufferNPT
< audio_sample_t > * > 
m_buffers
uint m_bufferSize
uint m_chunkSize
int m_channelCount
qint64 m_origSheetId
QString m_dir
qint64 m_id
QString m_name
QString m_shortName
uint m_origBitDepth
QString m_fileName
uint m_rate
int m_wasRecording


Detailed Description

The base class for AudioSources like ReadSource and WriteSource.
The documentation for this class was generated from the following files:

Generated on Sun Mar 8 12:44:05 2009 for traverso by  doxygen 1.5.5