summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGloria Wang <gwang@google.com>2011-06-22 13:47:45 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-22 13:47:45 -0700
commit10774791af82faacb12307d3d7d79c80afc96574 (patch)
tree4414821b27b467a19d2fd265d6a20d9961e9593e /include
parent45c254c0c535e1d62f23d14cab7385d536c1e2bf (diff)
parent3b573f7bf1c5736d500e39013b8d32478a1429e6 (diff)
downloadframeworks_av-10774791af82faacb12307d3d7d79c80afc96574.zip
frameworks_av-10774791af82faacb12307d3d7d79c80afc96574.tar.gz
frameworks_av-10774791af82faacb12307d3d7d79c80afc96574.tar.bz2
Merge "Timed text display format support: 1. Extract 3GPP global format descriptions 2. Extract 3GPP local format descriptions 3. Define data structure (TimedText) for applications to retrieve the format metadata"
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MetaData.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/stagefright/MetaData.h b/include/media/stagefright/MetaData.h
index deade5e..99b72ad 100644
--- a/include/media/stagefright/MetaData.h
+++ b/include/media/stagefright/MetaData.h
@@ -118,6 +118,9 @@ enum {
// The language code for this media
kKeyMediaLanguage = 'lang', // cstring
+
+ // To store the timed text format data
+ kKeyTextFormatData = 'text', // raw data
};
enum {