Delegate AudioStreamReceiver.OnUpdateReceiveAudioSourceHandler
Delegate for handling updates to the received audio source.
Namespace: Unity.RenderStreaming
Assembly: Unity.RenderStreaming.dll
Syntax
public delegate void AudioStreamReceiver.OnUpdateReceiveAudioSourceHandler(AudioSource source)
Parameters
Type | Name | Description |
---|---|---|
AudioSource | source | The updated AudioSource. |