Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetTargetAudioSource(ushort, AudioSource)

Sets the AudioSource that will receive audio samples for the specified track if this audio target is selected with VideoPlayer.audioOutputMode.
Read time 1 minuteLast updated 9 days ago

Definition

public void SetTargetAudioSource(ushort trackIndex, AudioSource source)

Parameters

trackIndex

Index of the audio track to associate with the specified AudioSource.

AudioSource to associate with the audio track.