APIName

public enum APIName : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case putMedia = "PUT_MEDIA"
  • Undocumented

    Declaration

    Swift

    case getMedia = "GET_MEDIA"
  • Undocumented

    Declaration

    Swift

    case listFragments = "LIST_FRAGMENTS"
  • Undocumented

    Declaration

    Swift

    case getMediaForFragmentList = "GET_MEDIA_FOR_FRAGMENT_LIST"
  • Undocumented

    Declaration

    Swift

    case getHlsStreamingSessionUrl = "GET_HLS_STREAMING_SESSION_URL"
  • Undocumented

    Declaration

    Swift

    case getDashStreamingSessionUrl = "GET_DASH_STREAMING_SESSION_URL"
  • Undocumented

    Declaration

    Swift

    case getClip = "GET_CLIP"
  • Declaration

    Swift

    public var description: String { get }