<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -794,8 +794,10 @@ public class MediaPlayer
      * Returns the width of the video.
      *
      * @return the width of the video, or 0 if there is no video,
-     * no display surface was set, or prepare()/prepareAsync()
-     * have not completed yet
+     * no display surface was set, or the width has not been determined
+     * yet. The OnVideoSizeChangedListener can be registered via
+     * {@link #setOnVideoSizeChangedListener(OnVideoSizeChangedListener)}
+     * to provide a notification when the width is available.
      */
     public native int getVideoWidth();
 
@@ -803,8 +805,10 @@ public class MediaPlayer
      * Returns the height of the video.
      *
      * @return the height of the video, or 0 if there is no video,
-     * no display surface was set, or prepare()/prepareAsync()
-     * have not completed yet
+     * no display surface was set, or the height has not been determined
+     * yet. The OnVideoSizeChangedListener can be registered via
+     * {@link #setOnVideoSizeChangedListener(OnVideoSizeChangedListener)}
+     * to provide a notification when the height is available.
      */
     public native int getVideoHeight();
 </diff>
      <filename>media/java/android/media/MediaPlayer.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2419fa842b5c940de23c9f22a52282554ded1217</id>
    </parent>
  </parents>
  <author>
    <name>Jean-Baptiste Queru</name>
    <email>jbq@google.com</email>
  </author>
  <url>http://github.com/android/platform_frameworks_base/commit/ea5f767246ad201a9e2bba0d657404e002cd7c70</url>
  <id>ea5f767246ad201a9e2bba0d657404e002cd7c70</id>
  <committed-date>2009-09-16T15:06:25-07:00</committed-date>
  <authored-date>2009-09-16T15:06:25-07:00</authored-date>
  <message>Update documentation for getVideoWidth and getVideoHeight.

Ref: http://code.google.com/p/android/issues/detail?id=3024</message>
  <tree>4fe6344f37cc7c06013fd082accf0c9cf8a4b0e9</tree>
  <committer>
    <name>Jean-Baptiste Queru</name>
    <email>jbq@google.com</email>
  </committer>
</commit>
