Uses of Class
com.avpkit.core.IRational.Rounding
-
Packages that use IRational.Rounding Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of IRational.Rounding in com.avpkit.core
Methods in com.avpkit.core that return IRational.Rounding Modifier and Type Method Description static IRational.RoundingIRational.Rounding. swigToEnum(int swigValue)static IRational.RoundingIRational.Rounding. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IRational.Rounding[]IRational.Rounding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.avpkit.core with parameters of type IRational.Rounding Modifier and Type Method Description static longIRational. rescale(long srcValue, int dstNumerator, int dstDenominator, int srcNumerator, int srcDenominator, IRational.Rounding rounding)Rescales a long value to another long value.longIRational. rescale(long origValue, IRational origBase, IRational.Rounding rounding)Takes a value scaled in increments of origBase and gives the
equivalent value scaled in terms of this Rational.
static longIRational. sRescale(long origValue, IRational origBase, IRational newBase, IRational.Rounding rounding)Takes a value scaled in increments of origBase and gives the
equivalent value scaled in terms of this Rational.
-