Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AudioState

enumeration

Description

Specifies what audio sources should be recorded while recording the video.

Variables

MicAudioOnly include the mic audio in the video recording.
ApplicationAudioOnly include the application audio in the video recording.
ApplicationAndMicAudioInclude both the application audio as well as the mic audio in the video recording.
NoneDo not include any audio in the video recording.