Package uk.co.caprica.vlcj.binding
Interface LibVlcConst
-
public interface LibVlcConst
Various constants defined by LibVLC, useful for example to set ranges for slider components.
-
-
Field Summary
Fields Modifier and Type Field Description static float
MAX_BRIGHTNESS
static float
MAX_CONTRAST
static float
MAX_GAIN
static float
MAX_GAMMA
static int
MAX_HUE
static float
MAX_SATURATION
static int
MAX_VOLUME
static float
MIN_BRIGHTNESS
static float
MIN_CONTRAST
static float
MIN_GAIN
static float
MIN_GAMMA
static int
MIN_HUE
static float
MIN_SATURATION
static int
MIN_VOLUME
-
-
-
Field Detail
-
MIN_VOLUME
static final int MIN_VOLUME
- See Also:
- Constant Field Values
-
MAX_VOLUME
static final int MAX_VOLUME
- See Also:
- Constant Field Values
-
MIN_CONTRAST
static final float MIN_CONTRAST
- See Also:
- Constant Field Values
-
MAX_CONTRAST
static final float MAX_CONTRAST
- See Also:
- Constant Field Values
-
MIN_BRIGHTNESS
static final float MIN_BRIGHTNESS
- See Also:
- Constant Field Values
-
MAX_BRIGHTNESS
static final float MAX_BRIGHTNESS
- See Also:
- Constant Field Values
-
MIN_HUE
static final int MIN_HUE
- See Also:
- Constant Field Values
-
MAX_HUE
static final int MAX_HUE
- See Also:
- Constant Field Values
-
MIN_SATURATION
static final float MIN_SATURATION
- See Also:
- Constant Field Values
-
MAX_SATURATION
static final float MAX_SATURATION
- See Also:
- Constant Field Values
-
MIN_GAMMA
static final float MIN_GAMMA
- See Also:
- Constant Field Values
-
MAX_GAMMA
static final float MAX_GAMMA
- See Also:
- Constant Field Values
-
MIN_GAIN
static final float MIN_GAIN
- See Also:
- Constant Field Values
-
MAX_GAIN
static final float MAX_GAIN
- See Also:
- Constant Field Values
-
-