Click or drag to resize

MediaStreamType Enumeration

The media type of the captured stream.

Namespace:  DotNetBrowser.Browser.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.0
Syntax
C#
public enum MediaStreamType
Members
  Member nameValueDescription
Audio0 An audio stream from the microphone.
Video1 A video stream coming from the web camera.
See Also