Contents

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 -> MEFileInfo

Parameters

  • completionHandler:

    The completion block to execute when the load operation finishes.

See Also

Reading and parsing media assets