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
AndroidCamera::FpsRange Struct Reference

#include <androidcamera_p.h>

+ Collaboration diagram for AndroidCamera::FpsRange:

Public Member Functions

 FpsRange ()
 
qreal getMinReal () const
 
qreal getMaxReal () const
 

Static Public Member Functions

static FpsRange makeFromQReal (qreal min, qreal max)
 

Public Attributes

int min
 
int max
 

Detailed Description

Definition at line 57 of file androidcamera_p.h.

Constructor & Destructor Documentation

◆ FpsRange()

AndroidCamera::FpsRange::FpsRange ( )
inline

Definition at line 61 of file androidcamera_p.h.

Member Function Documentation

◆ getMaxReal()

qreal AndroidCamera::FpsRange::getMaxReal ( ) const
inline

Definition at line 64 of file androidcamera_p.h.

◆ getMinReal()

qreal AndroidCamera::FpsRange::getMinReal ( ) const
inline

Definition at line 63 of file androidcamera_p.h.

◆ makeFromQReal()

static FpsRange AndroidCamera::FpsRange::makeFromQReal ( qreal min,
qreal max )
inlinestatic

Definition at line 66 of file androidcamera_p.h.

References min.

Member Data Documentation

◆ max

int AndroidCamera::FpsRange::max

Definition at line 59 of file androidcamera_p.h.

Referenced by QAndroidCameraSession::setCameraFormat().

◆ min

int AndroidCamera::FpsRange::min

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