Phonon
avcapture.cpp
113 d->audioCaptureDevice = AudioCaptureDevice::fromIndex(Phonon::GlobalConfig().audioCaptureDeviceFor(category));
133void AvCapture::setVideoCaptureDevice(const Phonon::Experimental::VideoCaptureDevice &videoCaptureDevice)
150 d->videoCaptureDevice = Phonon::VideoCaptureDevice::fromIndex(Phonon::GlobalConfig().videoCaptureDeviceFor(category));
173 QObject::connect(m_backendObject, SIGNAL(stateChanged(Phonon::State,Phonon::State)), q, SIGNAL(stateChanged(Phonon::State,Phonon::State)), Qt::QueuedConnection);
Media data from a soundcard, soundserver, camera or any other hardware device supported by the backen...
Definition avcapture.h:62
void setVideoCaptureDevice(const Phonon::VideoCaptureDevice &source)
Sets the video capture source to use.
Definition avcapture.cpp:138
void setCaptureDevices(Phonon::CaptureCategory category)
Sets both the video and audio devices to the ones most suited for the specified category.
Definition avcapture.cpp:86
AvCapture(Phonon::CaptureCategory category, QObject *parent=nullptr)
Constructs an AvCapture with the devices preferred for the specified capture category.
Definition avcapture.cpp:47
void setAudioCaptureDevice(const Phonon::AudioCaptureDevice &source)
Sets the audio capture source to use.
Definition avcapture.cpp:101
Provides a tuple of enduser visible name and description.
Definition objectdescription.h:183
static ObjectDescription< T > fromIndex(int index)
Returns a new description object that describes the device/effect/codec/... with the given index.
Definition objectdescription.h:189
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QueuedConnection
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.