Enum AudioMode
- Namespace
- DotNetBrowser.Capture
- Assembly
- DotNetBrowser.dll
The mode of capturing audio during the content capture session.
public enum AudioMode
Fields
Capture = 1The audio content should be captured along with the video content.
Ignore = 0The audio content should not be captured along with the video content.