isPlayableExtendedMIMEType(_:)
Returns a Boolean value that indicates whether the asset is playable with the specified codecs and container type.
Declaration
class func isPlayableExtendedMIMEType(_ extendedMIMEType: String) -> BoolParameters
- extendedMIMEType:
An extended MIME type string such as
video/3gpp2; codecs=“mp4v.20.9, mp4a.E1”oraudio/aac; codecs=“mp4a.E1”.
Return Value
true if the asset is playable with the specified codec and container type; otherwise, false.