channelTag property

int? channelTag
getter/setter pair

For conversations derived from multi-channel audio, this is the channel number corresponding to the audio from that channel.

For audioChannelCount = N, its output values can range from '1' to 'N'. A channel tag of 0 indicates that the audio is mono.

Implementation

core.int? channelTag;