Contents

channelID(_:)

Creates a new channel ID tag from an integer.

Declaration

static func channelID(_ value: Int64) -> CMTypedTag<Int64>

Parameters

  • value:

    The channel ID for the tag.

Return Value

A new typed tag containing a channel ID of value.

See Also

Creating Tags