public class Range extends Object
Modifier and Type | Method and Description |
---|---|
double |
getMaxDouble()
Gets the maximum double of the range
|
Fraction |
getMaxFraction()
Gets the maximum fraction of the range
|
int |
getMaxInt()
Gets the maximum integer of the range
|
double |
getMinDouble()
Gets the minimum double of the range
|
Fraction |
getMinFraction()
Gets the minimum fraction of the range
|
int |
getMinInt()
Gets the minimum integer of the range
|
public Fraction getMinFraction()
public Fraction getMaxFraction()
public double getMinDouble()
public double getMaxDouble()
public int getMinInt()
public int getMaxInt()
Copyright © 2019 gstreamer-java. All rights reserved.