Skip to main content

VideoAudioOutputMode

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

Elements

ElementDescription
VideoAudioOutputMode.APIOnlySend the embedded audio to the associated AudioSampleProvider.
VideoAudioOutputMode.AudioSourceSend the embedded audio into a specified AudioSource.
VideoAudioOutputMode.DirectSend the embedded audio direct to the platform's audio hardware.
VideoAudioOutputMode.NoneDisable the embedded audio.