diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-23 13:11:07 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-23 13:11:07 +0000 |
commit | 9ae63b37bb909c66a931ee3934af1ad87047f326 (patch) | |
tree | cd772bc99e37d2c5ba3e611d10370dc361a683c7 /audio/ipc.h | |
parent | f67d81062c4be2cec6bb1b340a9f212f1227e062 (diff) |
Initial support of mpeg12 codec.
Diffstat (limited to 'audio/ipc.h')
-rw-r--r-- | audio/ipc.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/ipc.h b/audio/ipc.h index 3e1200fa..64ed65a7 100644 --- a/audio/ipc.h +++ b/audio/ipc.h @@ -162,8 +162,14 @@ typedef struct { uint8_t max_bitpool; } __attribute__ ((packed)) sbc_capabilities_t; -/* To be defined */ typedef struct { + uint8_t channel_mode; + uint8_t crc; + uint8_t layer; + uint8_t frequency; + uint8_t mpf; + uint8_t vbr; + uint16_t bitrate; } __attribute__ ((packed)) mpeg_capabilities_t; struct bt_getcapabilities_rsp { |