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
qgstreamerinterface.h File Reference

(d0ac83fb6a88cec417fd0bb0b7a43f18fab65a3c)

#include <QtMultimedia/private/qplatformmediaintegration_p.h>
Include dependency graph for qgstreamerinterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QGStreamerInterface
 Provides GStreamer-specific integration points for Qt Multimedia. More...

Typedefs

typedef struct _GstPipeline GstPipeline
typedef struct _GstBuffer GstBuffer
typedef struct _GstVideoInfo GstVideoInfo
typedef struct _GstVideoInfoDmaDrm GstVideoInfoDmaDrm
using QGStreamerPlatformSpecificInterface = QGStreamerInterface

Typedef Documentation

◆ GstBuffer

typedef struct _GstBuffer GstBuffer

Definition at line 19 of file qgstreamerinterface.h.

◆ GstPipeline

typedef struct _GstPipeline GstPipeline

Definition at line 17 of file qgstreamerinterface.h.

◆ GstVideoInfo

typedef struct _GstVideoInfo GstVideoInfo

Definition at line 20 of file qgstreamerinterface.h.

◆ GstVideoInfoDmaDrm

typedef struct _GstVideoInfoDmaDrm GstVideoInfoDmaDrm

Definition at line 21 of file qgstreamerinterface.h.

◆ QGStreamerPlatformSpecificInterface