summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-06-24 10:37:05 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-06-24 10:37:05 -0700
commitf49889d8dc4e7bbd31dc8f46e4bed188ad93173f (patch)
tree9293a09acc58f509042fd5eb260157ce3dedd3de
parentfd9897ca3792b3b69ff30b39e474048046f70480 (diff)
parentff8adf41fcb5f4cb29ef316a05681cf5f0ca50d1 (diff)
downloadmedia-f49889d8dc4e7bbd31dc8f46e4bed188ad93173f.tar.gz
Merge "QCMetadata: add keys for FLAC meta data"
-rw-r--r--mm-core/inc/QCMetaData.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mm-core/inc/QCMetaData.h b/mm-core/inc/QCMetaData.h
index 473cca67..05a156ef 100644
--- a/mm-core/inc/QCMetaData.h
+++ b/mm-core/inc/QCMetaData.h
@@ -64,6 +64,13 @@ enum {
kKeySmoothStreaming = 'ESmS', //bool (int32_t)
kKeyHFR = 'hfr ', // int32_t
kKeyHSR = 'hsr ', // int32_t
+
+ kKeySampleBits = 'sbit', // int32_t (audio sample bit-width)
+ kKeyMinBlkSize = 'mibs', //int32_t
+ kKeyMaxBlkSize = 'mabs', //int32_t
+ kKeyMinFrmSize = 'mifs', //int32_t
+ kKeyMaxFrmSize = 'mafs', //int32_t
+ kKeyMd5Sum = 'md5s', //cstring
};
enum {