Click or drag to resize
SoundInterfaceBehaviourClearAudioChannel Method
Stops the clip being played at the specified channel, if any.

Namespace: Slash.Unity.Common.Sound
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public void ClearAudioChannel(
	AudioChannelType channelType
)

Parameters

channelType
Type: Slash.Unity.Common.SoundAudioChannelType
Channel to stop the current audio clip of.
See Also