Android.Media.MediaRouter Class
MediaRouter allows applications to control the routing of media channels and streams from the current device to external speakers and destination devices.

See Also: MediaRouter Members

Syntax

[Android.Runtime.Register("android/media/MediaRouter", DoNotGenerateAcw=true)]
public class MediaRouter : Java.Lang.Object

Remarks

MediaRouter allows applications to control the routing of media channels and streams from the current device to external speakers and destination devices.

A MediaRouter is retrieved through Android.Content.Context.GetSystemService(string) of a Android.Content.Context.MediaRouterService.

The media router API is not thread-safe; all interactions with it must be done from the main thread of the process.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16