![]() |
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 |
| GstBuffer * | getRawGstBuffer (QVideoFrame &) 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 107 of file qgstreamerintegration.cpp.
|
overridevirtual |
Implements QGStreamerPlatformSpecificInterface.
Definition at line 96 of file qgstreamerintegration.cpp.
References QGstreamerMediaCaptureSession::pipeline().
|
overridevirtual |
Implements QGStreamerPlatformSpecificInterface.
Definition at line 85 of file qgstreamerintegration.cpp.
References QGstreamerMediaPlayer::pipeline().
|
overridevirtual |
Implements QGStreamerPlatformSpecificInterface.
Definition at line 36 of file qgstreamerintegration.cpp.
|
overridevirtual |
Implements QGStreamerPlatformSpecificInterface.
Definition at line 42 of file qgstreamerintegration.cpp.
|
overridevirtual |
Implements QGStreamerPlatformSpecificInterface.
Definition at line 48 of file qgstreamerintegration.cpp.
References inCustomCameraConstruction.
|
overridevirtual |
Implements QGStreamerPlatformSpecificInterface.
Definition at line 64 of file qgstreamerintegration.cpp.
References inCustomCameraConstruction, and pendingCameraElement.