tracks
The tracks of media that an asset contains.
Declaration
static var tracks: AVAsyncProperty<Root, [AVAssetTrack]> { get }Discussion
Use the load(_:isolation:) method to retrieve the property value.
The tracks of media that an asset contains.
static var tracks: AVAsyncProperty<Root, [AVAssetTrack]> { get }Use the load(_:isolation:) method to retrieve the property value.