Searched defs:MediaRouter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaRouter.java42 * MediaRouter allows applications to control the routing of media channels
45 * <p>A MediaRouter is retrieved through {@link Context#getSystemService(String)
52 public class MediaRouter { class
53 private static final String TAG = "MediaRouter";
267 * The MediaRouter will manage and dispatch events for user routes, but the application
274 static final HashMap<Context, MediaRouter> sRouters = new HashMap<Context, MediaRouter>();
291 public MediaRouter(Context context) { method in class:MediaRouter
441 * Add an app-specified route for media to the MediaRouter.
480 * Remove an app-specified route for media from the MediaRouter
[all...]

Completed in 619 milliseconds