As we know, we can fetch screenshot photos with PhotoKit
framework like this,
let collection = PHAssetCollection.fetchAssetCollections(with: .smartAlbum, subtype: .smartAlbumScreenshots, options: fetchOption)
But how to fetch screen recordings videos?