EndAction

public enum EndAction

The actions a player can take when it finishes playing.

  • The player should freeze at the end

    Declaration

    Swift

    case freeze
  • The player should loop the video.

    Declaration

    Swift

    case loop
  • The player should pause playing.

    Declaration

    Swift

    case pause