From ecca7f60a69d99a9569c06bdf9c122f853e67d47 Mon Sep 17 00:00:00 2001 From: Lajos Molnar Date: Tue, 28 May 2013 13:59:33 -0700 Subject: android.media.MediaMuxer: remove SAMPLE_SYNC_FLAG SAMPLE_SYNC_FLAG is not used by MediaMuxer; instead, MediaCodec.BUFFER_FLAG_SYNC_FRAME is used, which has the same value. Remove this now, so that users will not have to translate MediaCodec flags to MediaMuxer flags, even though MediaMuxer takes in MediaCodec.BufferInfo objects to specify these flags. Change-Id: I4b2f2039ca16debf4788a530a36bdd06d516f417 Signed-off-by: Lajos Molnar Bug: 9169479 --- api/current.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index a9d0f57..942cd57 100644 --- a/api/current.txt +++ b/api/current.txt @@ -11989,7 +11989,6 @@ package android.media { method public void start(); method public void stop(); method public void writeSampleData(int, java.nio.ByteBuffer, android.media.MediaCodec.BufferInfo); - field public static final int SAMPLE_FLAG_SYNC = 1; // 0x1 } public static final class MediaMuxer.OutputFormat { -- cgit v1.1