diff options
author | LACARRIERE Jerome <lacarriere.j@gmail.com> | 2012-03-28 14:52:12 +0300 |
---|---|---|
committer | LACARRIERE Jerome <lacarriere.j@gmail.com> | 2012-03-28 14:52:12 +0300 |
commit | 0bd49a14320a205abd7300abbd6003b4cf7276d8 (patch) | |
tree | 83932690ae61d0821e5842c4b2ab9961e078f9d4 /include | |
parent | 28ea1ef6bbfa5d69219144dfc6ddc522e4b2aa6f (diff) | |
download | xine-lib-0bd49a14320a205abd7300abbd6003b4cf7276d8.tar.gz xine-lib-0bd49a14320a205abd7300abbd6003b4cf7276d8.tar.bz2 |
add access to audio engine gap
Diffstat (limited to 'include')
-rw-r--r-- | include/xine/audio_out.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine/audio_out.h b/include/xine/audio_out.h index dd7d16a0d..ebd5a9097 100644 --- a/include/xine/audio_out.h +++ b/include/xine/audio_out.h @@ -343,7 +343,8 @@ int _x_ao_channels2mode( int channels ) XINE_PROTECTED; #define AO_PROP_CLOCK_SPEED 20 /* inform audio_out that speed has changed */ #define AO_PROP_BUFS_TOTAL 21 /* read-only */ #define AO_PROP_BUFS_FREE 22 /* read-only */ -#define AO_NUM_PROPERTIES 23 +#define AO_PROP_DRIVER_DELAY 23 /* read-only */ +#define AO_NUM_PROPERTIES 24 /* audio device control ops */ #define AO_CTRL_PLAY_PAUSE 0 |