AudioSource
Send the embedded audio into a specified AudioSource.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
AudioSource = 1
Remarks
You can add effects and filters to your audio, or alter the settings of the AudioSource to change how your video’s audio sounds. If you use this setting, you need to assign an AudioSource to your VideoPlayer. To assign an AudioSource, use VideoPlayer.SetTargetAudioSource.