| avcpp
    2.0
    Wrapper for the FFmpeg that simplify usage from C++ projects. | 
This is the complete list of members for av::Timestamp, including all inherited members.
| isNoPts() const noexcept | av::Timestamp | |
| isValid() const noexcept | av::Timestamp | |
| operator bool() const noexcept | av::Timestamp | |
| operator double() const noexcept | av::Timestamp | |
| operator*=(const Timestamp &other) | av::Timestamp | |
| operator+=(const Timestamp &other) | av::Timestamp | |
| operator-=(const Timestamp &other) | av::Timestamp | |
| operator/=(const Timestamp &other) | av::Timestamp | |
| seconds() const noexcept | av::Timestamp | |
| timebase() const noexcept | av::Timestamp | |
| Timestamp() noexcept | av::Timestamp | |
| Timestamp(int64_t timestamp, const Rational &timebase) noexcept | av::Timestamp | |
| Timestamp(const Duration &duration) | av::Timestamp | inline | 
| timestamp() const noexcept | av::Timestamp | |
| timestamp(const Rational &timebase) const noexcept | av::Timestamp | |
| toDuration() const | av::Timestamp | inline |