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[] tags,
	AudioTagMode mode,
	AudioTagChannel channel
)

Parameters

tags
Type: ImmerseSDK.AudioAudioTagDefinition
The audio Tag names to change.
mode
Type: ImmerseSDK.AudioAudioTagMode
The type of change to make.
channel
Type: ImmerseSDK.AudioAudioTagChannel
The channel that this change should be made to.
See Also