Go to the documentation of this file.
20 #ifndef GNASH_AUDIOINPUT_FFMPEG_H
21 #define GNASH_AUDIOINPUT_FFMPEG_H
26 #include <boost/cstdint.hpp>
49 return _activityLevel;
56 virtual double gain()
const {
76 virtual const std::string&
name()
const {
return _name; }
97 return _silenceTimeout;
101 _useEchoSuppression =
e;
105 return _useEchoSuppression;
110 double _activityLevel;
116 double _silenceLevel;
118 bool _useEchoSuppression;