Does not allow negative or zero base.
Show All |
Public Member Functions
-
MediaTime ()
-
MediaTime (int64_t value, int32_t base, int64_t epoch=0)
-
MediaTime (int value)
-
MediaTime (int64_t value)
-
MediaTime (double seconds)
-
int64_tgetValue () const
-
int32_tgetBase () const
-
int64_tgetEpoch () const
-
doublegetSeconds () const
-
voidsetEpoch (int64_t newEpoch)
-
asBase (int32_t otherBase) const
-
asEpoch (int64_t otherEpoch) const
-
as (int32_t otherBase, int64_t otherEpoch) const
-
booloperator< (const MediaTime &rhs) const
-
booloperator> (const MediaTime &rhs) const
-
booloperator<= (const MediaTime &rhs) const
-
booloperator>= (const MediaTime &rhs) const
-
booloperator!= (const MediaTime &rhs) const
-
operator- () const