Click or drag to resize

AudioTagsServiceUpdateAudioTags Method (AudioTagsChannelSettings)

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

Namespace:  ImmerseSDK.Audio
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public void UpdateAudioTags(
	AudioTagsChannelSettings settings
)

Parameters

settings
Type: ImmerseSDK.AudioAudioTagsChannelSettings
The settings object that defines the tags, channels and method of application to be used.
See Also