Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QGStreamerPlatformSpecificInterfaceImplementation Class Reference

#include <qgstreamerintegration_p.h>

Inheritance diagram for QGStreamerPlatformSpecificInterfaceImplementation:
Collaboration diagram for QGStreamerPlatformSpecificInterfaceImplementation:

Public Member Functions

 ~QGStreamerPlatformSpecificInterfaceImplementation () override
QAudioDevice makeCustomGStreamerAudioInput (const QByteArray &gstreamerPipeline) override
QAudioDevice makeCustomGStreamerAudioOutput (const QByteArray &gstreamerPipeline) override
QCameramakeCustomGStreamerCamera (const QByteArray &gstreamerPipeline, QObject *parent) override
QCameramakeCustomGStreamerCamera (GstElement *, QObject *parent) override
GstPipelinegstPipeline (QMediaPlayer *) override
GstPipelinegstPipeline (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 QGStreamerPlatformSpecificInterfaceinstance ()

Detailed Description

Definition at line 27 of file qgstreamerintegration_p.h.

Constructor & Destructor Documentation

◆ ~QGStreamerPlatformSpecificInterfaceImplementation()

QGStreamerPlatformSpecificInterfaceImplementation::~QGStreamerPlatformSpecificInterfaceImplementation ( )
overridedefault

Member Function Documentation

◆ gstPipeline() [1/2]

GstPipeline * QGStreamerPlatformSpecificInterfaceImplementation::gstPipeline ( QMediaCaptureSession * session)
overridevirtual

Implements QGStreamerPlatformSpecificInterface.

Definition at line 95 of file qgstreamerintegration.cpp.

References QGstreamerMediaCaptureSession::pipeline().

Here is the call graph for this function:

◆ gstPipeline() [2/2]

GstPipeline * QGStreamerPlatformSpecificInterfaceImplementation::gstPipeline ( QMediaPlayer * player)
overridevirtual

Implements QGStreamerPlatformSpecificInterface.

Definition at line 84 of file qgstreamerintegration.cpp.

References QGstreamerMediaPlayer::pipeline().

Here is the call graph for this function:

◆ makeCustomGStreamerAudioInput()

QAudioDevice QGStreamerPlatformSpecificInterfaceImplementation::makeCustomGStreamerAudioInput ( const QByteArray & gstreamerPipeline)
overridevirtual

Implements QGStreamerPlatformSpecificInterface.

Definition at line 35 of file qgstreamerintegration.cpp.

◆ makeCustomGStreamerAudioOutput()

QAudioDevice QGStreamerPlatformSpecificInterfaceImplementation::makeCustomGStreamerAudioOutput ( const QByteArray & gstreamerPipeline)
overridevirtual

Implements QGStreamerPlatformSpecificInterface.

Definition at line 41 of file qgstreamerintegration.cpp.

◆ makeCustomGStreamerCamera() [1/2]

QCamera * QGStreamerPlatformSpecificInterfaceImplementation::makeCustomGStreamerCamera ( const QByteArray & gstreamerPipeline,
QObject * parent )
overridevirtual

◆ makeCustomGStreamerCamera() [2/2]

QCamera * QGStreamerPlatformSpecificInterfaceImplementation::makeCustomGStreamerCamera ( GstElement * element,
QObject * parent )
overridevirtual

The documentation for this class was generated from the following files: