VideoCapture.AudioState
Specifies what audio sources should be recorded while recording the video.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Windows.WebCam
- Assembly: UnityEngine.CoreModule
public enum VideoCapture.AudioState
Fields
Value | Description |
|---|---|
| ApplicationAndMicAudio | Include both the application audio as well as the mic audio in the video recording. |
| ApplicationAudio | Only include the application audio in the video recording. |
| MicAudio | Only include the mic audio in the video recording. |
| None | Do not include any audio in the video recording. |