Instance Property
isExportable
A Boolean value that indicates whether the asset can be exported using an asset export session.
SDKs
- iOS 4.3+
- macOS 10.7+
- tvOS 9.0+
Declaration
var isExportable: Bool { get }
See Also
Determining Usability
var isPlayable: Bool
A Boolean value that indicates whether the asset, or its URL, can be used to initialize an instance of a player item.
var isReadable: Bool
A Boolean value that indicates whether the asset’s media data can be extracted using an asset reader.
var isComposable: Bool
A Boolean value that indicates whether the asset can be used within a segment of a composition track.