diff options
Diffstat (limited to 'src/lib/ecore_audio/ecore_audio_out_wasapi.eo')
-rw-r--r-- | src/lib/ecore_audio/ecore_audio_out_wasapi.eo | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/ecore_audio/ecore_audio_out_wasapi.eo b/src/lib/ecore_audio/ecore_audio_out_wasapi.eo index fd362f1..14c9127 100644 --- a/src/lib/ecore_audio/ecore_audio_out_wasapi.eo +++ b/src/lib/ecore_audio/ecore_audio_out_wasapi.eo | |||
@@ -11,8 +11,10 @@ class Ecore.Audio.Out.Wasapi (Ecore.Audio.Out) | |||
11 | Ecore.Audio.Out.input_detach; | 11 | Ecore.Audio.Out.input_detach; |
12 | } | 12 | } |
13 | events { | 13 | events { |
14 | context,ready; [[Called when the output is ready for playback.]] | 14 | /* FIXME: Make sure that this event is actually emitted */ |
15 | context,fail; [[Called when context fails.]] | 15 | context,ready: void; [[Called when the output is ready for playback.]] |
16 | stop; [[Called when need to stop.]] | 16 | /* FIXME: Make sure that this event is actually emitted */ |
17 | context,fail: void; [[Called when context fails.]] | ||
18 | stop: void; [[Called when need to stop.]] | ||
17 | } | 19 | } |
18 | } | 20 | } |