renderedContentURL
The URL at which to write a file containing edited asset content.
Declaration
var renderedContentURL: URL { get }Discussion
Read this property to find a URL for writing edited asset content. Then, if editing a photo asset, write the altered photo image to a file in JPEG format at this URL. If editing a video asset, export the video to a QuickTime (.mov) file at this URL.
For Live Photo content, you don’t write output to this URL. Instead, pass the editing output object to the saveLivePhoto(to:options:completionHandler:) method.