AVPlayerItemMetadataCollectorPushDelegate.DidCollectDateRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("metadataCollector:didCollectDateRangeMetadataGroups:indexesOfNewGroups:indexesOfModifiedGroups:")]
public abstract void DidCollectDateRange (AVFoundation.AVPlayerItemMetadataCollector metadataCollector, AVFoundation.AVDateRangeMetadataGroup[] metadataGroups, Foundation.NSIndexSet indexesOfNewGroups, Foundation.NSIndexSet indexesOfModifiedGroups);
abstract member DidCollectDateRange : AVFoundation.AVPlayerItemMetadataCollector * AVFoundation.AVDateRangeMetadataGroup[] * Foundation.NSIndexSet * Foundation.NSIndexSet -> unit
Parameters
- metadataCollector
- AVPlayerItemMetadataCollector
- metadataGroups
- AVDateRangeMetadataGroup[]
- indexesOfNewGroups
- NSIndexSet
- indexesOfModifiedGroups
- NSIndexSet
Implements
- Attributes