![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgstreamerintegration_p.h>
Public Member Functions | |
| ~QGStreamerPlatformSpecificInterfaceImplementation () override | |
| QAudioDevice | makeCustomGStreamerAudioInput (const QByteArray &gstreamerPipeline) override |
| QAudioDevice | makeCustomGStreamerAudioOutput (const QByteArray &gstreamerPipeline) override |
| QCamera * | makeCustomGStreamerCamera (const QByteArray &gstreamerPipeline, QObject *parent) override |
| QCamera * | makeCustomGStreamerCamera (GstElement *, QObject *parent) override |
| GstPipeline * | gstPipeline (QMediaPlayer *) override |
| GstPipeline * | gstPipeline (QMediaCaptureSession *) override |
| Public Member Functions inherited from QGStreamerPlatformSpecificInterface | |
| ~QGStreamerPlatformSpecificInterface () override | |
| Public Member Functions inherited from QAbstractPlatformSpecificInterface | |
| virtual | ~QAbstractPlatformSpecificInterface ()=default |
Additional Inherited Members | |
| Static Public Member Functions inherited from QGStreamerPlatformSpecificInterface | |
| static QGStreamerPlatformSpecificInterface * | instance () |
Definition at line 27 of file qgstreamerintegration_p.h.
|
overridedefault |
|
overridevirtual |
Implements QGStreamerPlatformSpecificInterface.
Definition at line 95 of file qgstreamerintegration.cpp.
References QGstreamerMediaCaptureSession::pipeline().
|
overridevirtual |
Implements QGStreamerPlatformSpecificInterface.
Definition at line 84 of file qgstreamerintegration.cpp.
References QGstreamerMediaPlayer::pipeline().
|
overridevirtual |
Implements QGStreamerPlatformSpecificInterface.
Definition at line 35 of file qgstreamerintegration.cpp.
|
overridevirtual |
Implements QGStreamerPlatformSpecificInterface.
Definition at line 41 of file qgstreamerintegration.cpp.
|
overridevirtual |
Implements QGStreamerPlatformSpecificInterface.
Definition at line 47 of file qgstreamerintegration.cpp.
References inCustomCameraConstruction.
|
overridevirtual |
Implements QGStreamerPlatformSpecificInterface.
Definition at line 63 of file qgstreamerintegration.cpp.
References inCustomCameraConstruction, and pendingCameraElement.