-
Method Summary
void
Adds a target to the audio channel.
boolean
void
Removes all targets from the audio channel.
void
Removes a target from the audio channel.
void
Sets whether this audio channel should be received by targets in isolated groups.
-
Method Details
-
setBypassGroupIsolation
void setBypassGroupIsolation(boolean bypassGroupIsolation)
Sets whether this audio channel should be received by targets in isolated groups.
- Parameters:
bypassGroupIsolation
- if group isolation should be bypassed
-
bypassesGroupIsolation
boolean bypassesGroupIsolation()
- Returns:
- if this audio channel is received by targets in isolated groups
-
addTarget
Adds a target to the audio channel.
- Parameters:
target
- the target to add
-
removeTarget
Removes a target from the audio channel.
- Parameters:
target
- the target to remove
-
clearTargets
void clearTargets()
Removes all targets from the audio channel.