Click or drag to resize

AudioMode Enumeration

The mode of capturing audio during the content capture session.

Namespace:  DotNetBrowser.Capture
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public enum AudioMode
Members
  Member nameValueDescription
Ignore0 The audio content should not be captured along with the video content.
Capture1 The audio content should be captured along with the video content.
See Also