swift
|
Input. More...
Signals | |
void | inputVolumeStream (const InputVolumeStreamArgs &args) |
Volume stream data. | |
void | opusDataAvailable (const OpusDataAvailableArgs &args) |
OPUS data. | |
Public Member Functions | |
CInput (int sampleRate, QObject *parent=nullptr) | |
Ctor. | |
virtual | ~CInput () |
Dtor. | |
bool | started () const |
Started? | |
void | start (const swift::misc::audio::CAudioDeviceInfo &inputDevice) |
Start. | |
void | stop () |
Stop. | |
const swift::misc::audio::CAudioDeviceInfo & | device () const |
Corresponding device. | |
int | opusBytesEncoded () const |
Number of encoded bytes. | |
void | setOpusBytesEncoded (int opusBytesEncoded) |
Number of encoded bytes. | |
double | getGainRatio () const |
Gain ratio, value a amplitude need to be multiplied with. More... | |
bool | setGainRatio (double gainRatio) |
Gain ratio, value a amplitude need to be multiplied with. More... | |
|
inline |
Gain ratio, value a amplitude need to be multiplied with.
bool swift::core::afv::audio::CInput::setGainRatio | ( | double | gainRatio | ) |
Gain ratio, value a amplitude need to be multiplied with.