Contents

isDecodable

A Boolean value that indicates whether the track is decodable in the current environment.

Declaration

static var isDecodable: AVAsyncProperty<Root, Bool> { get }

Discussion

Use the load(_:isolation:) method to retrieve the property value.

When this property is true, the system can decode the track, even if decoding may be too slow for real-time playback.

See Also

Loading track information