The methods of Android.Media.MediaRouter.UserRouteInfo are listed below. For a list of all members, see the MediaRouter+UserRouteInfo Members list.
See Also: Inherited members from Android.Media.MediaRouter.RouteInfo
SetDescription(Java.Lang.ICharSequence)Set the user-visible description of this route. | ||
SetDescription(string)Documentation for this section has not yet been entered. | ||
SetIconDrawable(Android.Graphics.Drawables.Drawable)Set an icon that will be used to represent this route. | ||
SetIconResource(int)Set an icon that will be used to represent this route. | ||
SetName(Java.Lang.ICharSequence)Set the user-visible name of this route. | ||
SetName(int)Set the user-visible name of this route. | ||
SetName(string)Documentation for this section has not yet been entered. | ||
SetPlaybackStream(Stream)Defines over what stream type the media is presented. | ||
SetPlaybackStream(int)Documentation for this section has not yet been entered. | ||
SetPlaybackType(MediaPlaybackType)Defines whether playback associated with this route is "local" (Android.Media.MediaRouter.RouteInfo.PlaybackTypeLocal) or "remote" (Android.Media.MediaRouter.RouteInfo.PlaybackTypeRemote). | ||
SetStatus(Java.Lang.ICharSequence)Set the current user-visible status for this route. | ||
SetStatus(string)Documentation for this section has not yet been entered. | ||
SetVolume(int)Defines at what volume the playback associated with this route is performed (for user feedback purposes). | ||
SetVolumeCallback(MediaRouter.VolumeCallback)Set a callback to be notified of volume update requests | ||
SetVolumeHandling(VolumeHandling)Defines whether volume for the playback associated with this route is fixed (Android.Media.MediaRouter.RouteInfo.PlaybackVolumeFixed) or can modified (Android.Media.MediaRouter.RouteInfo.PlaybackVolumeVariable). | ||
SetVolumeMax(int)Defines the maximum volume at which the playback associated with this route is performed (for user feedback purposes). |