Returns an array of the file types the AVURLAsset
class supports.
SDKs
- iOS 5.0+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- AVFoundation
Declaration
class func audiovisualTypes() -> [AVFile Type]
Return Value
An array of strings containing UTIs identifying the file types supported by AVURLAsset
. See the file format UTIs defined in AVMedia
for the specific types supported by AVFoundation.