JWStretching

enum JWStretching : NSInteger {}

Type of dimension manipulation of the video.

  • Stretching out uniformly

    Declaration

    Objective-C

    JWStretchingUniform = 0
  • Stretch out to fit the content dimenion exactly

    Declaration

    Objective-C

    JWStretchingExactFit
  • Stretch to fill the the content area

    Declaration

    Objective-C

    JWStretchingFill
  • Stretch is disabled

    Declaration

    Objective-C

    JWStretchingNone