![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qgstreameraudiodevice_p.h"
#include <common/qgst_p.h>
#include <common/qgstutils_p.h>
#include <private/qplatformmediaintegration_p.h>
Go to the source code of this file.
Functions | |
QAudioDevice | qMakeCustomGStreamerAudioInput (const QByteArray &gstreamerPipeline) |
QAudioDevice | qMakeCustomGStreamerAudioOutput (const QByteArray &gstreamerPipeline) |
bool | isCustomAudioDevice (const QAudioDevicePrivate *device) |
bool | isCustomAudioDevice (const QAudioDevice &device) |
bool isCustomAudioDevice | ( | const QAudioDevice & | device | ) |
Definition at line 43 of file qgstreameraudiodevice.cpp.
bool isCustomAudioDevice | ( | const QAudioDevicePrivate * | device | ) |
Definition at line 38 of file qgstreameraudiodevice.cpp.
QAudioDevice qMakeCustomGStreamerAudioInput | ( | const QByteArray & | gstreamerPipeline | ) |
Definition at line 22 of file qgstreameraudiodevice.cpp.
QAudioDevice qMakeCustomGStreamerAudioOutput | ( | const QByteArray & | gstreamerPipeline | ) |
Definition at line 30 of file qgstreameraudiodevice.cpp.