QtGStreamer 1.2.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
QGst::Fraction Struct Reference

#include <QGst/Fraction>

Public Member Functions

 Fraction (int numerator, int denominator)
 
bool operator== (const Fraction &other) const
 
bool operator!= (const Fraction &other) const
 

Public Attributes

int numerator
 
int denominator
 

Detailed Description

Helper structure for accessing Fraction values.

Definition at line 73 of file structs.h.

Constructor & Destructor Documentation

◆ Fraction() [1/2]

QGst::Fraction::Fraction ( )
inline

Definition at line 75 of file structs.h.

◆ Fraction() [2/2]

QGst::Fraction::Fraction ( int  numerator,
int  denominator 
)
inline

Definition at line 76 of file structs.h.

Member Function Documentation

◆ operator==()

bool QGst::Fraction::operator== ( const Fraction other) const
inline

Definition at line 79 of file structs.h.

◆ operator!=()

bool QGst::Fraction::operator!= ( const Fraction other) const
inline

Definition at line 81 of file structs.h.

Member Data Documentation

◆ numerator

int QGst::Fraction::numerator

Definition at line 84 of file structs.h.

◆ denominator

int QGst::Fraction::denominator

Definition at line 85 of file structs.h.


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