Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1321bc1f authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Update onVideoSizeChanged() callback method Java doc to explicitly...

Merge "Update onVideoSizeChanged() callback method Java doc to explicitly specify the conditions under which the width/height passed to the callback could be 0."
parents 9650b018 ca402cdc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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