Table of Contents

Method SetTargetAudioSource

Namespace
RenderHeads.Media.AVProVideo
Assembly
_AVProVideo.Extensions.VideoPlayer.dll

SetTargetAudioSource(ushort, AudioSource)

Sets the AudioSource that will receive audio samples for the specified track if using AudioSource

public void SetTargetAudioSource(ushort trackIndex, AudioSource source)

Parameters

trackIndex ushort

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

source AudioSource

AudioSource to associate with the audio track.