Base classes & interfaces
- 
                  
                  DeclarationSwift @objc(THEOplayerCacheEvent) public class CacheEvent : NSObject, EventProtocol
- 
                  
                  Represents the player events that return the currentTime property. See moreDeclarationSwift @objc(THEOplayerCurrentTimeEvent) public class CurrentTimeEvent : PlayerEvent
- 
                  
                  The Event API which can be used to represent an event. See moreDeclarationSwift @objc(THEOplayerEventProtocol) public protocol EventProtocol
- 
                  
                  Represents an See moreEventTypethat conforms to a certain type ofEventProtocolT.DeclarationSwift open class EventType<T> where T : EventProtocol
- 
                  
                  Classes that comform to this protocol can add and remove event listeners. See moreDeclarationSwift public protocol EventDispatcherProtocol
- 
                  
                  The base TrackEvent protocol.DeclarationSwift public protocol TrackEventProtocol : EventProtocol
 Base classes & interfaces  Reference
      Base classes & interfaces  Reference