FragmentedMP4WriterError
public enum FragmentedMP4WriterError: Error
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
-
Thrown when we were expecting a directory, but ended up with a file
Declaration
Swift
case fileNotDirectory
-
Thrown when the directory specified does not exist
Declaration
Swift
case directoryDoesNotExist
-
Thrown when there was an error adding a playlist to the writer
Declaration
Swift
case couldNotAddPlaylist(error: Error)