Go to the documentation of this file.
20 #ifndef GNASH_AUDIOINPUT_H
21 #define GNASH_AUDIOINPUT_H
23 #include <boost/cstdint.hpp>
50 virtual double gain()
const = 0;
54 virtual int index()
const = 0;
56 virtual bool muted() = 0;
60 virtual const std::string&
name()
const = 0;
64 virtual int rate()
const = 0;