![]() |
SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include "audio/audiodevicemanager.h"#include "util/simpleserializer.h"#include "util/messagequeue.h"#include "dsp/dspcommands.h"#include <QDataStream>#include <QSet>#include <QDebug>
Include dependency graph for audiodevicemanager.cpp:Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &ds, const AudioDeviceManager::InputDeviceInfo &info) |
| QDataStream & | operator>> (QDataStream &ds, AudioDeviceManager::InputDeviceInfo &info) |
| QDataStream & | operator<< (QDataStream &ds, const AudioDeviceManager::OutputDeviceInfo &info) |
| QDataStream & | operator>> (QDataStream &ds, AudioDeviceManager::OutputDeviceInfo &info) |
| QDataStream& operator<< | ( | QDataStream & | ds, |
| const AudioDeviceManager::InputDeviceInfo & | info | ||
| ) |
Definition at line 32 of file audiodevicemanager.cpp.
References AudioDeviceManager::InputDeviceInfo::sampleRate, and AudioDeviceManager::InputDeviceInfo::volume.
Referenced by DeviceUserArgs::Args::Args().
Here is the caller graph for this function:| QDataStream& operator<< | ( | QDataStream & | ds, |
| const AudioDeviceManager::OutputDeviceInfo & | info | ||
| ) |
Definition at line 44 of file audiodevicemanager.cpp.
References AudioDeviceManager::OutputDeviceInfo::copyToUDP, AudioDeviceManager::OutputDeviceInfo::sampleRate, AudioDeviceManager::OutputDeviceInfo::udpAddress, AudioDeviceManager::OutputDeviceInfo::udpChannelCodec, AudioDeviceManager::OutputDeviceInfo::udpChannelMode, AudioDeviceManager::OutputDeviceInfo::udpDecimationFactor, AudioDeviceManager::OutputDeviceInfo::udpPort, and AudioDeviceManager::OutputDeviceInfo::udpUseRTP.
| QDataStream& operator>> | ( | QDataStream & | ds, |
| AudioDeviceManager::InputDeviceInfo & | info | ||
| ) |
Definition at line 38 of file audiodevicemanager.cpp.
References AudioDeviceManager::InputDeviceInfo::sampleRate, and AudioDeviceManager::InputDeviceInfo::volume.
Referenced by DeviceUserArgs::Args::Args().
Here is the caller graph for this function:| QDataStream& operator>> | ( | QDataStream & | ds, |
| AudioDeviceManager::OutputDeviceInfo & | info | ||
| ) |
Definition at line 57 of file audiodevicemanager.cpp.
References AudioDeviceManager::OutputDeviceInfo::copyToUDP, AudioDeviceManager::OutputDeviceInfo::sampleRate, AudioDeviceManager::OutputDeviceInfo::udpAddress, AudioDeviceManager::OutputDeviceInfo::udpChannelCodec, AudioDeviceManager::OutputDeviceInfo::udpChannelMode, AudioDeviceManager::OutputDeviceInfo::udpDecimationFactor, AudioDeviceManager::OutputDeviceInfo::udpPort, and AudioDeviceManager::OutputDeviceInfo::udpUseRTP.
1.8.13