Mercurial > audlegacy-plugins
comparison src/CoreAudio/coreaudio.c @ 3069:372ef3b764fd
port to new API
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 24 Apr 2009 09:58:54 -0500 |
parents | 3134a0987162 |
children |
comparison
equal
deleted
inserted
replaced
3068:31b1dbef64c2 | 3069:372ef3b764fd |
---|---|
37 .pause = osx_pause, | 37 .pause = osx_pause, |
38 .buffer_free = osx_free, | 38 .buffer_free = osx_free, |
39 .buffer_playing = osx_playing, | 39 .buffer_playing = osx_playing, |
40 .output_time = osx_get_output_time, | 40 .output_time = osx_get_output_time, |
41 .written_time = osx_get_written_time, | 41 .written_time = osx_get_written_time, |
42 .probe_priority = 1, | |
42 }; | 43 }; |
43 | 44 |
44 OutputPlugin *coreaudio_oplist[] = { &osx_op, NULL }; | 45 OutputPlugin *coreaudio_oplist[] = { &osx_op, NULL }; |
45 | 46 |
46 DECLARE_PLUGIN(coreaudio, NULL, NULL, NULL, coreaudio_oplist, NULL, NULL, NULL, NULL); | 47 DECLARE_PLUGIN(coreaudio, NULL, NULL, NULL, coreaudio_oplist, NULL, NULL, NULL, NULL); |