HomeSort by relevance Sort by last modified time
    Searched defs:CATEGORY_LIVE_VIDEO (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaControlIntent.java 49 * <li>{@link #CATEGORY_LIVE_VIDEO Live video}: The route supports streaming live video
94 * {@link #CATEGORY_LIVE_AUDIO Live audio} and {@link #CATEGORY_LIVE_VIDEO live video}
308 public static final String CATEGORY_LIVE_VIDEO = "android.media.intent.category.LIVE_VIDEO";
    [all...]
SystemMediaRouteProvider.java 109 f.addCategory(MediaControlIntent.CATEGORY_LIVE_VIDEO);
218 f.addCategory(MediaControlIntent.CATEGORY_LIVE_VIDEO);
284 } else if (category.equals(MediaControlIntent.CATEGORY_LIVE_VIDEO)) {
    [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 

Completed in 81 milliseconds