MP4Status

public enum MP4Status

Represents the status of a file’s MP4 conversion

  • unknown: We weren’t able to get the status from the API
  • unavailable: There is currently no MP4 available for the file
  • queued: An MP4 has been requested and is currently awaiting conversion
  • preparing: Preparations are being made to enable the file to be converted
  • converting: The MP4 is currently being converting
  • finishing: The file has finished converting and Put.io are finalising and saving the file
  • completed: The MP4 has finished converting and is now available
  • We weren’t able to get the status from the API

    Declaration

    Swift

    case unknown
  • There is currently no MP4 available for the file

    Declaration

    Swift

    case unavailable
  • An MP4 has been requested and is currently awaiting conversion

    Declaration

    Swift

    case queued
  • Preparations are being made to enable the file to be converted

    Declaration

    Swift

    case preparing
  • The MP4 is currently being converting

    Declaration

    Swift

    case converting
  • The file has finished converting and Put.io are finalising and saving the file

    Declaration

    Swift

    case finishing
  • The MP4 has finished converting and is now available

    Declaration

    Swift

    case completed