Class MPMovieScalingMode


  • public final class MPMovieScalingMode
    extends java.lang.Object
    ----------------------------------------------------------------------------- Types
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long AspectFill
      Uniform scale until the movie fills the visible bounds.
      static long AspectFit
      Uniform scale until one dimension fits
      static long Fill
      Non-uniform scale.
      static long None
      No scaling
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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