Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QVideoSinkPrivate Class Reference
+ Collaboration diagram for QVideoSinkPrivate:

Public Member Functions

 QVideoSinkPrivate (QVideoSink *q)
 
 ~QVideoSinkPrivate ()
 
void unregisterSource ()
 

Public Attributes

QVideoSinkq_ptr = nullptr
 
QPlatformVideoSinkvideoSink = nullptr
 
QObjectsource = nullptr
 
QRhirhi = nullptr
 

Detailed Description

Definition at line 20 of file qvideosink.cpp.

Constructor & Destructor Documentation

◆ QVideoSinkPrivate()

QVideoSinkPrivate::QVideoSinkPrivate ( QVideoSink * q)
inline

Definition at line 22 of file qvideosink.cpp.

References QPlatformMediaIntegration::instance(), qWarning, and videoSink.

+ Here is the call graph for this function:

◆ ~QVideoSinkPrivate()

QVideoSinkPrivate::~QVideoSinkPrivate ( )
inline

Definition at line 32 of file qvideosink.cpp.

References videoSink.

Member Function Documentation

◆ unregisterSource()

void QVideoSinkPrivate::unregisterSource ( )
inline

Definition at line 36 of file qvideosink.cpp.

References player, QMediaPlayer::setVideoSink(), and source.

Referenced by QVideoSink::~QVideoSink().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ q_ptr

QVideoSink* QVideoSinkPrivate::q_ptr = nullptr

Definition at line 48 of file qvideosink.cpp.

◆ rhi

QRhi* QVideoSinkPrivate::rhi = nullptr

Definition at line 51 of file qvideosink.cpp.

Referenced by QVideoSink::rhi(), and QVideoSink::setRhi().

◆ source

QObject* QVideoSinkPrivate::source = nullptr

Definition at line 50 of file qvideosink.cpp.

Referenced by unregisterSource().

◆ videoSink


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