Arthur Oliveira
Results
1
comments of
Arthur Oliveira
You can configure the "AVURLAssetOutOfBandMIMETypeKey" option in the AVURLAsset initializer with the mimeType you're expecting. For example: **Swift** `let asset = AVURLAsset(url: remoteURL, options: ["AVURLAssetOutOfBandMIMETypeKey": "video/mp4"])` **Objective-C** `AVURLAsset *asset =...