am 1321bc1f: Merge "Update onVideoSizeChanged() callback method Java doc to explicitly specify the conditions under which the width/height passed to the callback could be 0."

* commit '1321bc1fa3e6dcafcf3185b4efe2f9721ecdfef1':
  Update onVideoSizeChanged() callback method Java doc to explicitly specify the conditions under which the width/height passed to the callback could be 0.
This commit is contained in:
James Dong
2011-12-07 23:07:16 -08:00
committed by Android Git Automerger

View File

@@ -1735,6 +1735,9 @@ public class MediaPlayer
/**
* Called to indicate the video size
*
* The video size (width and height) could be 0 if there was no video,
* no display surface was set, or the value was not determined yet.
*
* @param mp the MediaPlayer associated with this callback
* @param width the width of the video
* @param height the height of the video