Package apple.mediaplayer.enums
Class MPMovieScalingMode
- java.lang.Object
-
- apple.mediaplayer.enums.MPMovieScalingMode
-
public final class MPMovieScalingMode extends java.lang.Object----------------------------------------------------------------------------- Types
-
-
Field Summary
Fields Modifier and Type Field Description static longAspectFillUniform scale until the movie fills the visible bounds.static longAspectFitUniform scale until one dimension fitsstatic longFillNon-uniform scale.static longNoneNo scaling
-
-
-
Field Detail
-
None
public static final long None
No scaling- See Also:
- Constant Field Values
-
AspectFit
public static final long AspectFit
Uniform scale until one dimension fits- See Also:
- Constant Field Values
-
AspectFill
public static final long AspectFill
Uniform scale until the movie fills the visible bounds. One dimension may have clipped contents- See Also:
- Constant Field Values
-
Fill
public static final long Fill
Non-uniform scale. Both render dimensions will exactly match the visible bounds- See Also:
- Constant Field Values
-
-