Click or drag to resize

ICastSessionMediaReceiver Property

Gets the media receiver of this session.

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.2
Syntax
C#
IMediaReceiver MediaReceiver { get; }

Property Value

Type: IMediaReceiver
The media receiver of this session.
Remarks

The method may block the current thread if the receiver is not discovered yet. It may happen when the cast session is not IsLocal local and started on the receiver not yet discovered by the current instance of Chromium.

See Also