Merge "Update a comment about when setOrientationHint() should be called" into gingerbread

This commit is contained in:
James Dong
2010-11-08 19:59:16 -08:00
committed by Android (Google) Code Review

View File

@@ -286,7 +286,7 @@ public class MediaRecorder
/** /**
* Sets the orientation hint for output video playback. * Sets the orientation hint for output video playback.
* This method should be called before start(). This method will not * This method should be called before prepare(). This method will not
* trigger the source video frame to rotate during video recording, but to * trigger the source video frame to rotate during video recording, but to
* add a composition matrix containing the rotation angle in the output * add a composition matrix containing the rotation angle in the output
* video if the output format is OutputFormat.THREE_GPP or * video if the output format is OutputFormat.THREE_GPP or