loadFileInfo(completionHandler:)
Loads the file info object with the properties of the media asset.
Declaration
func loadFileInfo(completionHandler: @escaping @Sendable (MEFileInfo?, (any Error)?) -> Void)func fileInfo() async throws -> MEFileInfoParameters
- completionHandler:
The completion block to execute when the load operation finishes.