diff options
author | James Dong <jdong@google.com> | 2010-11-08 10:13:50 -0800 |
---|---|---|
committer | James Dong <jdong@google.com> | 2010-11-08 10:36:53 -0800 |
commit | 5aa95dd36cd0708d25accd8d745ae8ebc255758f (patch) | |
tree | 139c19a11ab81272fb6b585b20763bd804706982 /media | |
parent | 17ae359721ba74399e785369346509b776999d1f (diff) | |
download | frameworks_base-5aa95dd36cd0708d25accd8d745ae8ebc255758f.zip frameworks_base-5aa95dd36cd0708d25accd8d745ae8ebc255758f.tar.gz frameworks_base-5aa95dd36cd0708d25accd8d745ae8ebc255758f.tar.bz2 |
Update a comment about when setOrientationHint() should be called
Change-Id: I389089390a552ee7a86823c050048dcec0a0eb2a
Diffstat (limited to 'media')
-rw-r--r-- | media/java/android/media/MediaRecorder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/java/android/media/MediaRecorder.java b/media/java/android/media/MediaRecorder.java index c102de4..ecabae8 100644 --- a/media/java/android/media/MediaRecorder.java +++ b/media/java/android/media/MediaRecorder.java @@ -286,7 +286,7 @@ public class MediaRecorder /** * 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 * add a composition matrix containing the rotation angle in the output * video if the output format is OutputFormat.THREE_GPP or |