summaryrefslogtreecommitdiffstats
path: root/include/media/mediarecorder.h
diff options
context:
space:
mode:
authorRobert Shih <robertshih@google.com>2014-07-09 20:09:43 -0700
committerRobert Shih <robertshih@google.com>2014-07-22 14:20:38 -0700
commit114819633470ebd5b346c13c2a82a0025d2d39c0 (patch)
tree1b18e4333bb8d3bde991fcea29e956be83e94b8b /include/media/mediarecorder.h
parentd8cf55d878edddfc36bb821a95b88dfb2453c2c3 (diff)
downloadframeworks_av-114819633470ebd5b346c13c2a82a0025d2d39c0.zip
frameworks_av-114819633470ebd5b346c13c2a82a0025d2d39c0.tar.gz
frameworks_av-114819633470ebd5b346c13c2a82a0025d2d39c0.tar.bz2
StagefrightRecorder: webm (video only) support
Bug: 16329805 Change-Id: I8a0ecd100fca397add97a1416125bcc6aeb86364
Diffstat (limited to 'include/media/mediarecorder.h')
-rw-r--r--include/media/mediarecorder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/mediarecorder.h b/include/media/mediarecorder.h
index 142cb90..2aa8a72 100644
--- a/include/media/mediarecorder.h
+++ b/include/media/mediarecorder.h
@@ -61,6 +61,9 @@ enum output_format {
OUTPUT_FORMAT_AAC_ADIF = 5,
OUTPUT_FORMAT_AAC_ADTS = 6,
+ OUTPUT_FORMAT_AUDIO_ONLY_END = 7, // Used in validating the output format. Should be the
+ // at the end of the audio only output formats.
+
/* Stream over a socket, limited to a single stream */
OUTPUT_FORMAT_RTP_AVP = 7,