PlaylistType

public enum PlaylistType: String

The types of Playlist’s the can be constructed

  • hls_vod: HLS VOD playlist
  • hls_live: HLS Live playlist
  • hls_event: HLS Event playlist
  • HLS Video on Demand (VOD) playlist

    Declaration

    Swift

    case hls_vod    = "VOD"
  • HLS Live (Sliding Window) playlist

    Declaration

    Swift

    case hls_live   = "LIVE"
  • HLS Event playlist

    Declaration

    Swift

    case hls_event  = "EVENT"