summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {