APSMovieScalingMode

enum APSMovieScalingMode {}

Types of possible media scaling modes

  • No scaling

    Declaration

    Objective-C

    APSMovieScalingModeNone
  • Uniform scale until one dimension fits

    Declaration

    Objective-C

    APSMovieScalingModeAspectFit
  • Uniform scale until the movie fills the visible bounds. One dimension may have clipped contents

    Declaration

    Objective-C

    APSMovieScalingModeAspectFill
  • Non-uniform scale. Both render dimensions will exactly match the visible bounds

    Declaration

    Objective-C

    APSMovieScalingModeFill