Playback

public class Playback : NSObject

Commands related to the playback EventType

  • Playback has been prepared and is ready to play

    Declaration

    Swift

    public static let prepared: String
  • The first frame of playback has been rendered

    Declaration

    Swift

    public static let firstFrame: String
  • A URL was set on OTVAVPlayer

    Declaration

    Swift

    public static let setURL: String
  • OTVAVPlayer was requested to start playback

    Declaration

    Swift

    public static let start: String
  • OTVAVPlayer was requested to stop playback

    Declaration

    Swift

    public static let stop: String