AspectRatioChangeEvent
@objc(THEOplayerAspectRatioChangeEvent)
public class AspectRatioChangeEvent : NSObject, EventProtocolThrown when the aspect ratio property of the player has changed.
- 
                  
                  Type of the event, defaults to “aspectratiochange”. DeclarationSwift @objc public private(set) var type: String { get }
- 
                  
                  The date at which the event occured. DeclarationSwift @objc public private(set) var date: Date { get }
- 
                  
                  The new AspectRatioof the view.DeclarationSwift @objc public private(set) var aspectRatio: AspectRatio { get }
 AspectRatioChangeEvent Class Reference
      AspectRatioChangeEvent Class Reference