Click or drag to resize

AudioMode Enumeration

The audio casting mode for the content cast session.

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