Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VideoCapture.AudioState

Specifies what audio sources should be recorded while recording the video.
Read time 1 minuteLast updated 12 days ago

Definition

public enum VideoCapture.AudioState

Fields

Value

Description

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