Click or drag to resize

AudioTagsChannelSettings Class

Encapsulates all of the settings required to successfully update a user's audio tag configuration via the AudioTagsService API.
Inheritance Hierarchy
SystemObject
  ImmerseSDK.AudioAudioTagsChannelSettings

Namespace:  ImmerseSDK.Audio
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[SerializableAttribute]
public class AudioTagsChannelSettings

The AudioTagsChannelSettings type exposes the following members.

Constructors
  NameDescription
Public methodAudioTagsChannelSettings
Initializes a new instance of the AudioTagsChannelSettings class
Top
Fields
  NameDescription
Public fieldAudioTags
List of audio tags
Public fieldChannelsMask
The channels to update the audio tags on.
Public fieldMode
The method used to update the audio tag lists for this user.
Top
See Also