Contents

hasAudioSampleDependencies

A Boolean value that indicates whether the track has sample dependencies.

Declaration

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

Discussion

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

The value is always false for nonaudible media.

See Also

Loading audible characteristics