diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2009-02-16 15:59:51 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-17 23:54:45 +0200 |
commit | 8e544e0dac1a421da2260914406b0e2e11f14668 (patch) | |
tree | 36d2509e4e936e1c79a4af1b5d1589bd94544238 /sbc/sbc.h | |
parent | 7004f83ab27d1e47f417f679b158d9d2a46d3993 (diff) |
sbc: provide implementation info as a readable string
This is mainly useful for logging and debugging.
Diffstat (limited to 'sbc/sbc.h')
-rw-r--r-- | sbc/sbc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ int sbc_encode(sbc_t *sbc, void *input, int input_len, void *output, int sbc_get_frame_length(sbc_t *sbc); int sbc_get_frame_duration(sbc_t *sbc); uint16_t sbc_get_codesize(sbc_t *sbc); +const char *sbc_get_implementation_info(sbc_t *sbc); void sbc_finish(sbc_t *sbc); #ifdef __cplusplus |