Enum AudioStreamSource
Specifies the source of the audio stream.
Namespace: Unity.RenderStreaming
Assembly: Unity.RenderStreaming.dll
Syntax
public enum AudioStreamSource
Fields
Name | Description |
---|---|
APIOnly | Use only the API to provide audio data. |
AudioListener | Use the AudioListener component as the audio source. |
AudioSource | Use the AudioSource component as the audio source. |
Microphone | Use the microphone as the audio source. |