From c3839c76377ea7662f29364ae66718e8ac6233af Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Fri, 25 Feb 2011 12:35:14 +0530 Subject: core: Add a pa_format_info structure This will be used to represent the format of data provided by the client for both compressed and PCM formats in a new extended API. --- src/map-file | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map-file') diff --git a/src/map-file b/src/map-file index 1fffaff9..181af9ea 100644 --- a/src/map-file +++ b/src/map-file @@ -160,6 +160,10 @@ pa_ext_stream_restore_set_subscribe_cb; pa_ext_stream_restore_subscribe; pa_ext_stream_restore_test; pa_ext_stream_restore_write; +pa_format_info_copy; +pa_format_info_free; +pa_format_info_new; +pa_format_info_valid; pa_frame_size; pa_get_binary_name; pa_get_fqdn; -- cgit