From 036874ce4e106133b4d89e24a7493f1b67daaa32 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 23 Jul 2013 21:18:08 -0700 Subject: [PATCH] revise DASH discussion in overview Change-Id: I0f90ef248312edb00ad83d2056f9107cbdd9562b --- docs/html/about/versions/android-4.3.jd | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/html/about/versions/android-4.3.jd b/docs/html/about/versions/android-4.3.jd index 132356ad88b19..cfc3f790e8230 100644 --- a/docs/html/about/versions/android-4.3.jd +++ b/docs/html/about/versions/android-4.3.jd @@ -36,7 +36,7 @@ sdk.platform.apiLevel=18
  • Multimedia
      -
    1. MPEG DASH support
    2. +
    3. MediaExtractor and MediaCodec enhancements
    4. Media DRM
    5. Video encoding from a Surface
    6. Media muxing
    7. @@ -439,10 +439,11 @@ android.Manifest.permission#SEND_RESPOND_VIA_MESSAGE} permission.

      Multimedia

      -

      MPEG DASH support

      +

      MediaExtractor and MediaCodec enhancements

      -

      Android now supports Dynamic Adaptive Streaming over HTTP (DASH) in accordance with the -ISO/IEC 23009-1 standard, using existing APIs in {@link android.media.MediaCodec} and {@link +

      Android now makes it easier for you to write your own Dynamic Adaptive +Streaming over HTTP (DASH) players in accordance with the ISO/IEC 23009-1 standard, +using existing APIs in {@link android.media.MediaCodec} and {@link android.media.MediaExtractor}. The framework underlying these APIs has been updated to support parsing of fragmented MP4 files, but your app is still responsible for parsing the MPD metadata and passing the individual streams to {@link android.media.MediaExtractor}.