Click or drag to resize

MediaStreamEventArgsMediaStreamType Property

Gets the media type of the captured stream.

Namespace:  DotNetBrowser.Browser.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax
C#
public MediaStreamType MediaStreamType { get; }

Property Value

Type: MediaStreamType
The media type of the captured stream.
See Also