summaryrefslogtreecommitdiff
path: root/include/avsys-audio-pasimple.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/avsys-audio-pasimple.h')
-rw-r--r--include/avsys-audio-pasimple.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/avsys-audio-pasimple.h b/include/avsys-audio-pasimple.h
index 06fec34..53e1525 100644
--- a/include/avsys-audio-pasimple.h
+++ b/include/avsys-audio-pasimple.h
@@ -30,6 +30,7 @@
#include <pulse/error.h>
#include <pulse/gccmacro.h>
#include <pulse/proplist.h>
+#include <pulse/channelmap.h>
typedef struct {
void *pasimple_handle;
@@ -49,6 +50,8 @@ int avsys_audio_pasimple_drain(avsys_audio_handle_t *handle);
int avsys_audio_pasimple_delay(avsys_audio_handle_t *handle, int *delay_frames);
int avsys_audio_pasimple_set_volume(avsys_audio_handle_t *handle, int volume);
int avsys_audio_pasimple_get_period_buffer_time(avsys_audio_handle_t *handle, unsigned int *period_time, unsigned int *buffer_time);
+int avsys_audio_pasimple_cork(avsys_audio_handle_t *handle, int cork);
+int avsys_audio_pasimple_is_corked(avsys_audio_handle_t *handle, int *is_corked);
#ifdef __cplusplus
}