Enumerations

The following enumerations are available globally.

  • Enum containing errors that can be thrown by the mp4 writer

    • fileNotDirectory: Thrown when we were expecting a directory, but ended up with a file
    • directoryDoesNotExist: Thrown when the directory specified does not exist
    • couldNotAddPlaylist: Thrown when there was an error adding a playlist to the writer
    See more

    Declaration

    Swift

    public enum FragmentedMP4WriterError: Error
  • The types of Playlist’s the can be constructed

    • hls_vod: HLS VOD playlist
    • hls_live: HLS Live playlist
    • hls_event: HLS Event playlist
    See more

    Declaration

    Swift

    public enum PlaylistType: String