SilentEye 0.4.1
Classes | Functions | Variables

SEFormatWAV Namespace Reference

SilentEye offical module for support of WAV audio. More...

Classes

class  AudioWav
 Representation of .wav file (WAVE PCM soundfile format) More...
class  OptionWidget
class  SEFormatWav
 Official module for support of WAVE/PCM sound (using LSB) More...

Functions

 setupUi (this)
advancedWidget setVisible (false)
 settingsChanged ()
 connect (advancedButton, SIGNAL(toggled(bool)), this, SLOT(advButtonPressed(bool)))
 connect (qualityComboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(qualityChanged(int)))
 connect (channelsComboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(settingsChanged(int)))
 connect (nbBitsSpinBox, SIGNAL(valueChanged(int)), this, SLOT(settingsChanged(int)))

Variables

__pad0__
 m_logger = new Logger(this)
 m_dontUpdate = false
 m_encodeWidget = NULL
 m_decodeWidget = NULL

Detailed Description

SilentEye offical module for support of WAV audio.


Function Documentation

SEFormatWAV::connect ( advancedButton  ,
SIGNAL(toggled(bool))  ,
this  ,
SLOT(advButtonPressed(bool))   
)
SEFormatWAV::connect ( nbBitsSpinBox  ,
SIGNAL(valueChanged(int))  ,
this  ,
SLOT(settingsChanged(int))   
)
SEFormatWAV::connect ( qualityComboBox  ,
SIGNAL(currentIndexChanged(int))  ,
this  ,
SLOT(qualityChanged(int))   
)
SEFormatWAV::connect ( channelsComboBox  ,
SIGNAL(currentIndexChanged(int))  ,
this  ,
SLOT(settingsChanged(int))   
)
SEFormatWAV::settingsChanged ( )
SEFormatWAV::setupUi ( this  )
advancedWidget SEFormatWAV::setVisible ( false  )

Variable Documentation

Definition at line 26 of file audiowav.cpp.

Definition at line 27 of file seformatwav.cpp.

Definition at line 27 of file optionwidget.cpp.

Definition at line 26 of file seformatwav.cpp.

Definition at line 25 of file optionwidget.cpp.