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