Contents

init(identifiers:)

Creates an instance of AVPlayerItemMetadataOutput.

Declaration

init(identifiers: [String]?)

Parameters

  • identifiers:

    A array of metadata identifiers indicating the metadata items that the output should provide.

Return Value

An AVPlayerItemMetadataOutput instance.

Discussion

Pass nil to receive all of the timed metadata from all enabled AVPlayerItemTracks that carry timed metadata.