Click or drag to resize

AudioTagChannel Enumeration

The channels that Audio Tags can be applied to

Namespace:  ImmerseSDK.Audio
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[SerializableAttribute]
[FlagsAttribute]
public enum AudioTagChannel
Members
  Member nameValueDescription
None0 No audio data will be sent or received
Speaking1 Sends audio data to other users
Listening2 Receives audio data from other users
All-1 Both sends and receives audio data
See Also