_Ecore_Audio_Input Struct Reference

The structure representing an Ecore_Audio input. More...

Data Fields

 ECORE_MAGIC
 
const char * name
 
Ecore_Audio_Modulemodule
 
Eina_Bool paused
 Is the input paused?
 
void * module_data
 
void * obj_data
 
void * user_data
 
Ecore_Audio_Outputoutput
 The output this input is connected to.
 
int samplerate
 
int channels
 
Eina_Bool looped
 Loop the sound.
 
double length
 Length of the sound.
 
Eina_Bool preloaded
 
Eina_Bool ended
 

Detailed Description

The structure representing an Ecore_Audio input.