AspectRatioChangeEvent

public class AspectRatioChangeEvent : NSObject, EventProtocol

Thrown when the aspect ratio property of the player has changed.

  • Type of the event, defaults to “aspectratiochange”.

    Declaration

    Swift

    public let type: String
  • The date at which the event occured.

    Declaration

    Swift

    public let date: Date
  • The new AspectRatio of the view.

    Declaration

    Swift

    public let aspectRatio: AspectRatio