#include </home/clem/local/src/opie/noncore/multimedia/opierec/device.h>
Inheritance diagram for Device:


Public Member Functions | |
| Device (QObject *parent=0, bool record=0) | |
| ~Device () | |
| bool | closeDevice (bool) |
| int | getChannels () |
| int | getFormat () |
| int | getInVolume () |
| int | getOutVolume () |
| int | getRate () |
| int | getRes () |
| void | changedInVolume (int) |
| void | changedOutVolume (int) |
| bool | openDsp () |
| int | getDeviceFormat () |
| int | getDeviceRate () |
| int | getDeviceBits () |
| int | getDeviceChannels () |
| int | getDeviceFragSize () |
| bool | setFragSize (int) |
| bool | setDeviceChannels (int) |
| bool | setDeviceRate (int) |
| bool | setDeviceFormat (int) |
| bool | reset () |
| int | devRead (int, short *, int) |
| int | devWrite (int, short *, int) |
| Device (Category *parent, const QString &name) | |
| Device (Device *parent, const QString &name) | |
| ~Device () | |
| virtual QWidget * | detailsWidget () |
Public Attributes | |
| int | sd |
| QWidget * | devinfo |
| QWidget * | details |
Private Member Functions | |
| bool | selectMicInput () |
| int | openDevice (int) |
Private Attributes | |
| int | devRes |
| int | devCh |
| int | devRate |
| int | devForm |
| int | flags |
| QString | dspstr |
| QString | mixstr |
|
||||||||||||
|
Definition at line 52 of file device.cpp. References devCh, devForm, devRate, flags, oendl, owarn, and selectMicInput(). |
|
|
|
|
||||||||||||
|
Definition at line 282 of file devicesinfo.cpp. References devinfo. |
|
||||||||||||
|
Definition at line 288 of file devicesinfo.cpp. References devinfo. |
|
|
|
|
|
Definition at line 116 of file device.cpp. References QString::number(), Config::setGroup(), and Config::writeEntry(). Referenced by QtRec::changedInVolume(). |
|
|
Definition at line 123 of file device.cpp. References QString::number(), oendl, owarn, Config::setGroup(), and Config::writeEntry(). Referenced by QtRec::changedOutVolume(). |
|
|
Definition at line 155 of file device.cpp. References sd. Referenced by QtRec::endPlaying(), QtRec::endRecording(), QtRec::QtRec(), and reset(). |
|
|
Definition at line 299 of file devicesinfo.cpp. References details. |
|
||||||||||||||||
|
Definition at line 268 of file device.cpp. References sd. Referenced by QtRec::quickRec(). |
|
||||||||||||||||
|
Definition at line 275 of file device.cpp. |
|
|
Definition at line 205 of file device.cpp. References devCh. |
|
|
Definition at line 223 of file device.cpp. References Opie::Core::perror(), and sd. |
|
|
Definition at line 231 of file device.cpp. References Opie::Core::perror(), and sd. |
|
|
Definition at line 209 of file device.cpp. |
|
|
Definition at line 239 of file device.cpp. Referenced by QtRec::setupAudio(). |
|
|
Definition at line 214 of file device.cpp. References Opie::Core::perror(), and sd. |
|
|
Definition at line 197 of file device.cpp. References devForm. |
|
|
Definition at line 99 of file device.cpp. References Config::readNumEntry(), and Config::setGroup(). Referenced by QtRec::getInVol(). |
|
|
Definition at line 107 of file device.cpp. References Config::readNumEntry(), and Config::setGroup(). Referenced by QtRec::getOutVol(). |
|
|
Definition at line 201 of file device.cpp. References devRate. |
|
|
Definition at line 193 of file device.cpp. References devRes. |
|
|
Definition at line 81 of file device.cpp. References DSPSTROUT, oendl, owarn, Opie::Core::perror(), qDebug(), qWarning(), and sd. Referenced by openDsp(). |
|
|
Definition at line 72 of file device.cpp. References flags, openDevice(), Opie::Core::perror(), and qWarning(). Referenced by reset(). |
|
|
Definition at line 258 of file device.cpp. References closeDevice(), openDsp(), Opie::Core::perror(), and sd. Referenced by QtRec::setupAudio(). |
|
|
Definition at line 133 of file device.cpp. References DSPSTRMIXEROUT, QString::latin1(), oendl, owarn, Opie::Core::perror(), and QString::sprintf(). Referenced by Device(). |
|
|
Definition at line 171 of file device.cpp. References devCh, Opie::Core::perror(), qDebug(), and sd. Referenced by QtRec::setupAudio(). |
|
|
Definition at line 161 of file device.cpp. References devRes, Opie::Core::perror(), qDebug(), and sd. Referenced by QtRec::setupAudio(). |
|
|
Definition at line 181 of file device.cpp. References devRate, Opie::Core::perror(), qDebug(), and sd. Referenced by QtRec::setupAudio(). |
|
|
Definition at line 250 of file device.cpp. References Opie::Core::perror(), and sd. Referenced by QtRec::setupAudio(). |
|
|
Definition at line 129 of file devicesinfo.h. Referenced by CpuDevice::addInfo(), CardDevice::CardDevice(), CpuDevice::CpuDevice(), detailsWidget(), InputDevice::InputDevice(), InputDevice::setInfo(), CardDevice::setInfo(), and UsbDevice::UsbDevice(). |
|
|
Definition at line 38 of file device.h. Referenced by Device(), getChannels(), and setDeviceChannels(). |
|
|
Definition at line 38 of file device.h. Referenced by Device(), and getFormat(). |
|
|
Definition at line 128 of file devicesinfo.h. Referenced by CardDevice::CardDevice(), CpuDevice::CpuDevice(), Device(), InputDevice::InputDevice(), and UsbDevice::UsbDevice(). |
|
|
Definition at line 38 of file device.h. Referenced by Device(), getRate(), and setDeviceRate(). |
|
|
Definition at line 38 of file device.h. Referenced by getRes(), and setDeviceFormat(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 19 of file device.h. Referenced by closeDevice(), devRead(), devWrite(), QtRec::endPlaying(), getDeviceBits(), getDeviceChannels(), getDeviceFragSize(), getDeviceRate(), openDevice(), QtRec::playIt(), QtRec::QtRec(), QtRec::quickRec(), reset(), setDeviceChannels(), setDeviceFormat(), setDeviceRate(), setFragSize(), and QtRec::setupAudio(). |
1.4.2