providesPreciseDurationAndTiming
A Boolean value that indicates whether the asset provides precise duration and timing.
Declaration
static var providesPreciseDurationAndTiming: AVAsyncProperty<Root, Bool> { get }Discussion
Use the load(_:isolation:) method to retrieve the property value.
This property value is true if you initialized the asset with the AVURLAssetPreferPreciseDurationAndTimingKey initialization option, otherwise it’s false.