Click or drag to resize

AudioTagsServiceUpdateAudioTags Method (AudioTagDefinition, AudioTagMode, AudioTagChannel)

Updates the audio tags assigned to the local user using the provided settings.

Namespace:  ImmerseSDK.Audio
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public void UpdateAudioTags(
	AudioTagDefinition audioTag,
	AudioTagMode mode,
	AudioTagChannel[] channels
)

Parameters

audioTag
Type: ImmerseSDK.AudioAudioTagDefinition
The audio Tag name to change.
mode
Type: ImmerseSDK.AudioAudioTagMode
The type of change to make.
channels
Type: ImmerseSDK.AudioAudioTagChannel
The channels that this change should be made to.
See Also