Class VivoxCaptureSourceTap
An Audio Tap which provides the local player's microphone audio, captured by Vivox, while actively in a voice channel.
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.Services.Vivox.AudioTaps
Assembly: Unity.Services.Vivox.dll
Syntax
[RequireComponent(typeof(AudioSource))]
[AddComponentMenu("Audio/Vivox Capture Source Tap")]
[Icon("Packages/com.unity.services.vivox/Runtime/AudioTaps/icons/capture_source.png")]
public class VivoxCaptureSourceTap : VivoxAudioTap