How to get the URL of a slow-motion video

I got a slow-motion video asset from the camera roll. But I can't get the URL from that asset. Do you know how to get the URL?

Hi there!

Videos from the library, including slo-mo videos, can be exported to a file URL via an AVAssetExportSession obtained from PHImageManager.requestExportSession(forVideo:options:exportPreset:resultHandler:).

How to get the URL of a slow-motion video
 
 
Q