AudioTagsService Class |
Namespace: ImmerseSDK.Audio
public class AudioTagsService : SingletonBehaviour
The AudioTagsService type exposes the following members.
Name | Description | |
---|---|---|
AudioTagsService | Initializes a new instance of the AudioTagsService class |
Name | Description | |
---|---|---|
CanCommunicateOneWay |
Determines whether one user (the speaker) can be heard by another user (the listener).
This is done by checking if any tag on the speakers speaking channel matches any audio Tag on the listeners listening channel.
| |
CanCommunicateTwoWay |
Determines whether two users can both hear each other.
This is done by checking if both users have at a audio Tag in their listening channel that matches a audio Tag in the other users speaking channel.
| |
CoroutineInitialise |
Override this to perform initialisation tasks
This coroutine is started in Awake().
To execute code in Awake(), override OnAwake()
(Overrides SingletonBehaviourCoroutineInitialise.) | |
OnAwake |
Override this method to call code in the Awake() method (after singleton registration, but before coroutine)
(Overrides SingletonBehaviourOnAwake.) | |
UpdateAudioTags(AudioTagsChannelSettings) |
Updates the audio tags assigned to the local user using the provided settings object.
| |
UpdateAudioTags(AudioTagDefinition, AudioTagMode, AudioTagChannel) |
Updates the audio tags assigned to the local user using the provided settings.
| |
UpdateAudioTags(AudioTagDefinition, AudioTagMode, AudioTagChannel) |
Updates the audio tags assigned to the local user using the provided settings.
| |
UpdateAudioTags(AudioTagDefinition, AudioTagMode, AudioTagChannel) |
Updates the audio tags assigned to the local user using the provided settings.
| |
UpdateAudioTags(AudioTagDefinition, AudioTagMode, AudioTagChannel) |
Updates the audio tags assigned to the local user using the provided settings.
|
Name | Description | |
---|---|---|
GetCopyOf |
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.) | |
WaitForT |
Waits for a singleton on a coroutine
(Defined by SingletonManager.) |