Contents

trackID(_:)

Creates a tag containing a track ID.

Declaration

static func trackID(_ value: CMPersistentTrackID) -> CMTypedTag<CMPersistentTrackID>

Parameters

  • value:

    The track ID for this tag.

Return Value

A new typed tag containing a track ID of value.

See Also

Creating Tags