Specifies a filter object used during export to determine which metadata items to transfer from the source asset.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- AVFoundation
Declaration
@property(nonatomic, retain) AVMetadata Item Filter *metadataItemFilter;
Discussion
If the value of this key is nil
, no filter will be applied. This is the default.
The filter will not be applied to metadata set with via the metadata property. To apply the filter to metadata before it is set on the metadata property, see AVMetadata
.