diff options
| author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-29 15:02:26 +0000 | 
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-29 15:02:26 +0000 | 
| commit | ea39736b353ba409d03e8f86b7ca6ca1e746fecd (patch) | |
| tree | 09f978819246b2c25cb0a1bb53da66cafce5df61 /audio/gstsbcutil.h | |
| parent | 973d90d520edc392c458c556d9f1a3e242a1f080 (diff) | |
Add bitpool capability.
Diffstat (limited to 'audio/gstsbcutil.h')
| -rw-r--r-- | audio/gstsbcutil.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/audio/gstsbcutil.h b/audio/gstsbcutil.h index 70169a74..98f202f0 100644 --- a/audio/gstsbcutil.h +++ b/audio/gstsbcutil.h @@ -35,6 +35,8 @@ gint gst_sbc_select_blocks_from_range(const GValue *value);  gint gst_sbc_select_subbands_from_list(const GValue *value);  gint gst_sbc_select_subbands_from_range(const GValue *value); +gint gst_sbc_select_bitpool_from_range(const GValue *value); +  const gchar *gst_sbc_get_allocation_from_list(const GValue *value);  gint gst_sbc_get_allocation_mode_int(const gchar *allocation);  const gchar *gst_sbc_get_allocation_string(int alloc); | 
