AudioTagChannel Enumeration |
Namespace: ImmerseSDK.Audio
[SerializableAttribute] [FlagsAttribute] public enum AudioTagChannel
Member name | Value | Description | |
---|---|---|---|
None | 0 | No audio data will be sent or received | |
Speaking | 1 | Sends audio data to other users | |
Listening | 2 | Receives audio data from other users | |
All | -1 | Both sends and receives audio data |