ecore_audio_obj_in: Implemented read and event sending
authorDaniel Willmann <d.willmann@samsung.com>
Fri, 12 Apr 2013 16:40:31 +0000 (17:40 +0100)
committerDaniel Willmann <d.willmann@samsung.com>
Thu, 18 Apr 2013 18:12:17 +0000 (19:12 +0100)
commit845aeb5c63fb309041bde94f61a648ceb0504dc4
tree20fb8bbf441a5d19c47fe8ae19ade2959110e045
parentbd948a81a49b300363ea41adc954f2c0605bbfcf
ecore_audio_obj_in: Implemented read and event sending

A protected read function must now be implemented by the child class to
perform the actual reading.

Signals on playback loop and end are sent.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
src/Makefile_Ecore_Audio.am
src/lib/ecore_audio/ecore_audio_obj_in.c
src/lib/ecore_audio/ecore_audio_obj_in.h
src/lib/ecore_audio/ecore_audio_private.h
src/lib/ecore_audio/ecore_audio_protected.h [new file with mode: 0644]