Skip to content

Commit

Permalink
Add keys for Samplebit and PCMformat
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacx committed Aug 1, 2015
1 parent 66779c5 commit b5b797f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mm-core/inc/QCMetaData.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ enum {
kKeyHFR = 'hfr ', // int32_t
kKeyHSR = 'hsr ', // int32_t

kKeySampleBits = 'sbit', // int32_t (audio sample bit-width)
kKeyPcmFormat = 'pfmt', //int32_t (pcm format)
kKeyMinBlkSize = 'mibs', //int32_t
kKeyMaxBlkSize = 'mabs', //int32_t
kKeyMinFrmSize = 'mifs', //int32_t
Expand Down

0 comments on commit b5b797f

Please sign in to comment.