AVPlayerItemMetadataCollectorPushDelegate.DidCollectDateRange Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[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
Parâmetros
- metadataCollector
- AVPlayerItemMetadataCollector
- metadataGroups
- AVDateRangeMetadataGroup[]
- indexesOfNewGroups
- NSIndexSet
- indexesOfModifiedGroups
- NSIndexSet
Implementações
- Atributos