Package apple.iosurface.enums
Class IOSurfaceComponentRange
- java.lang.Object
-
- apple.iosurface.enums.IOSurfaceComponentRange
-
public final class IOSurfaceComponentRange extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intFullRangestatic intUnknownstatic intVideoRangestatic intWideRange
-
-
-
Field Detail
-
Unknown
public static final int Unknown
- See Also:
- Constant Field Values
-
FullRange
public static final int FullRange
- See Also:
- Constant Field Values
-
VideoRange
public static final int VideoRange
- See Also:
- Constant Field Values
-
WideRange
public static final int WideRange
- See Also:
- Constant Field Values
-
-