|
avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
This is the complete list of members for av::Rational, including all inherited members.
| dump() const noexcept | av::Rational | |
| fromDouble(double value, int maxPrecision=RationalMaxPrecision) noexcept | av::Rational | static |
| getDenominator() const noexcept | av::Rational | inline |
| getDouble() const noexcept | av::Rational | inline |
| getNumerator() const noexcept | av::Rational | inline |
| getValue() noexcept | av::Rational | inline |
| getValue() const noexcept | av::Rational | inline |
| operator const AVRational &() const noexcept | av::Rational | inline |
| operator!=(const Rational &other) const noexcept | av::Rational | inline |
| operator()() const noexcept | av::Rational | |
| operator*(const Rational &value) const noexcept | av::Rational | |
| operator+(const Rational &value) const noexcept | av::Rational | |
| operator-(const Rational &value) const noexcept | av::Rational | |
| operator/(const Rational &value) const noexcept | av::Rational | |
| operator<(const Rational &other) const noexcept | av::Rational | inline |
| operator<=(const Rational &other) const noexcept | av::Rational | inline |
| operator=(const AVRational &value) noexcept | av::Rational | |
| operator=(double value) noexcept | av::Rational | |
| operator==(const Rational &other) const noexcept | av::Rational | |
| operator>(const Rational &other) const noexcept | av::Rational | inline |
| operator>=(const Rational &other) const noexcept | av::Rational | inline |
| Rational() noexcept | av::Rational | |
| Rational(int numerator, int denominator=1) noexcept | av::Rational | |
| Rational(const AVRational &value) noexcept | av::Rational | |
| Rational(double value, int maxPrecision=RationalMaxPrecision) noexcept | av::Rational | |
| rescale(int64_t srcValue, const Rational &dstBase) const noexcept | av::Rational | |
| setDenominator(int denominator) noexcept | av::Rational | inline |
| setNumerator(int numerator) noexcept | av::Rational | inline |
| setValue(const AVRational &newValue) noexcept | av::Rational | inline |