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
QAndroidCameraFrame Class Reference

#include <qandroidcameraframe_p.h>

+ Collaboration diagram for QAndroidCameraFrame:

Classes

struct  Plane
 

Public Member Functions

 QAndroidCameraFrame (QJniObject frame)
 
 ~QAndroidCameraFrame ()
 
QVideoFrameFormat::PixelFormat format () const
 
int numberPlanes () const
 
Plane plane (int index) const
 
QSize size () const
 
long timestamp () const
 
bool isParsed () const
 

Detailed Description

Definition at line 21 of file qandroidcameraframe_p.h.

Constructor & Destructor Documentation

◆ QAndroidCameraFrame()

QAndroidCameraFrame::QAndroidCameraFrame ( QJniObject frame)

Definition at line 171 of file qandroidcameraframe.cpp.

References frame, and isParsed().

+ Here is the call graph for this function:

◆ ~QAndroidCameraFrame()

QAndroidCameraFrame::~QAndroidCameraFrame ( )

Definition at line 184 of file qandroidcameraframe.cpp.

References isParsed().

+ Here is the call graph for this function:

Member Function Documentation

◆ format()

QVideoFrameFormat::PixelFormat QAndroidCameraFrame::format ( ) const
inline

Definition at line 35 of file qandroidcameraframe_p.h.

◆ isParsed()

bool QAndroidCameraFrame::isParsed ( ) const
inline

Definition at line 47 of file qandroidcameraframe_p.h.

Referenced by QAndroidCameraFrame(), and ~QAndroidCameraFrame().

+ Here is the caller graph for this function:

◆ numberPlanes()

int QAndroidCameraFrame::numberPlanes ( ) const
inline

Definition at line 36 of file qandroidcameraframe_p.h.

Referenced by plane().

+ Here is the caller graph for this function:

◆ plane()

Plane QAndroidCameraFrame::plane ( int index) const
inline

Definition at line 37 of file qandroidcameraframe_p.h.

References numberPlanes().

+ Here is the call graph for this function:

◆ size()

QSize QAndroidCameraFrame::size ( ) const
inline

Definition at line 44 of file qandroidcameraframe_p.h.

◆ timestamp()

long QAndroidCameraFrame::timestamp ( ) const
inline

Definition at line 45 of file qandroidcameraframe_p.h.


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