Direct
Send the embedded audio direct to the platform's audio hardware.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
Direct = 2
Remarks
The VideoPlayer bypasses Unity’s AudioSource and plays the video with its original audio directly to audio hardware (speakers, headphones etc.). Useful if you don’t want to alter the audio or you want to save resources.