Skip to content

Api > VideoAudioOutputMode


VideoAudioOutputMode⚓︎

Places where the audio embedded in a video can be sent.

Elements⚓︎

Element Description
VideoAudioOutputMode.APIOnly Send the embedded audio to the associated AudioSampleProvider.
VideoAudioOutputMode.AudioSource Send the embedded audio into a specified AudioSource.
VideoAudioOutputMode.Direct Send the embedded audio direct to the platform's audio hardware.
VideoAudioOutputMode.None Disable the embedded audio.