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
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()

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

Definition at line 66 of file androidcamera_p.h.

Member Data Documentation

◆ max

int AndroidCamera::FpsRange::max

Definition at line 59 of file androidcamera_p.h.

◆ min

int AndroidCamera::FpsRange::min

Definition at line 58 of file androidcamera_p.h.


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