A Boolean value that indicates whether the track references sample data contained only within its storage container.
SDKs
- iOS 4.0+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 6.0+
Framework
- AVFoundation
Declaration
var isSelfContained: Bool { get }
Discussion
The value is true
if the track references sample data only within its storage container, otherwise it is false
.