Protocols

The following protocols are available globally.

  • Protocol for messages parsed out of image frames.

    Declaration

    Objective-C

    @protocol IVSImageFrameMessage <NSObject>

    Swift

    protocol IVSImageFrameMessage : NSObjectProtocol
  • This delegate receives state changes and other events relevant to playback on IVSPlayer. All are invoked on the main queue.

    See more

    Declaration

    Objective-C

    @protocol IVSPlayerDelegate <NSObject>

    Swift

    protocol Delegate : NSObjectProtocol