Click or drag to resize

EngineOptionsIsMediaRoutingEnabled Property

Indicates whether media routing is enabled for the IEngine instance.

By default, it is disabled.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.0
Syntax
C#
public bool IsMediaRoutingEnabled { get; }

Property Value

Type: Boolean
true if media routing is enabled, false otherwise.
See Also