|
| ssize_t | read (void *buf_, size_t len_) const |
| | Read from the input. More...
|
| |
| ssize_t | read_internal (void *buf_, size_t len_) const |
| | Internal read function. More...
|
| |
| double | seek (double offs_, int mode_) const |
| | Seek within the input. More...
|
| |
| double | speed_get () const |
| | Get the playback speed of the input. More...
|
| |
| void | speed_set (double speed_) const |
| | Set the playback speed of the input. More...
|
| |
| int | samplerate_get () const |
| | Get the he sample-rate of the input. More...
|
| |
| void | samplerate_set (int samplerate_) const |
| | Set the sample-rate of the input. More...
|
| |
| int | channels_get () const |
| | Get the amount of channels the input has. More...
|
| |
| void | channels_set (int channels_) const |
| | Set the amount of channels the input has. More...
|
| |
| bool | preloaded_get () const |
| | Get the the preloaded state of the input. More...
|
| |
| void | preloaded_set (bool preloaded_) const |
| | Set the preloaded state of the input. More...
|
| |
| bool | looped_get () const |
| | Get the looped state of the input. More...
|
| |
| void | looped_set (bool looped_) const |
| | Set the looped state of the input. More...
|
| |
| double | length_get () const |
| | Get the length of the input. More...
|
| |
| void | length_set (double length_) const |
| | Set the length of the input. More...
|
| |
| ::efl::eina::optional< ::efl::eo::concrete > | output_get () const |
| | Get the output that this input is attached to. More...
|
| |
| double | remaining_get () const |
| | Get the remaining time of the input. More...
|
| |
|
template<typename F > |
| ::efl::eo::signal_connection | callback_in_looped_add (F &&callback_,::efl::eo::callback_priority priority_=::efl::eo::callback_priorities::default_) |
| |
|
template<typename T > |
| void | callback_in_looped_call (T *info) |
| |
|
template<typename F > |
| ::efl::eo::signal_connection | callback_in_stopped_add (F &&callback_,::efl::eo::callback_priority priority_=::efl::eo::callback_priorities::default_) |
| |
|
template<typename T > |
| void | callback_in_stopped_call (T *info) |
| |
|
template<typename F > |
| ::efl::eo::signal_connection | callback_in_samplerate_changed_add (F &&callback_,::efl::eo::callback_priority priority_=::efl::eo::callback_priorities::default_) |
| |
|
template<typename T > |
| void | callback_in_samplerate_changed_call (T *info) |
| |
|
| operator::ecore_audio_in () const |
| |
|
| operator::ecore_audio_in & () |
| |
|
| operator::ecore_audio_in const & () const |
| |