| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static Rational.Rounding |
Rational.Rounding.swigToEnum(int swigValue) |
static Rational.Rounding |
Rational.Rounding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rational.Rounding[] |
Rational.Rounding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
Rational.rescale(long srcValue,
int dstNumerator,
int dstDenominator,
int srcNumerator,
int srcDenominator,
Rational.Rounding rounding)
Rescales a long value to another long value.
|
long |
Rational.rescale(long origValue,
Rational origBase,
Rational.Rounding rounding)
Takes a value scaled in increments of origBase and gives the
equivalent value scaled in terms of this Rational. |
static long |
Rational.sRescale(long origValue,
Rational origBase,
Rational newBase,
Rational.Rounding rounding)
Takes a value scaled in increments of origBase and gives the
equivalent value scaled in terms of this Rational. |
Copyright © 2018 Humble Software. All rights reserved.