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.
Creates a new channel ID tag from an integer.
static func channelID(_ value: Int64) -> CMTypedTag<Int64>The channel ID for the tag.
A new typed tag containing a channel ID of value.