Tizen Native API  5.5
Ecore_Audio - Convenience audio API

Since (EFL) :
1.8

Functions

const char * ecore_audio_obj_name_get (const Efl_Object *obj)
 Get the name of the object.
void ecore_audio_obj_name_set (Efl_Object *obj, const char *name)
 Name of the object.

Typedefs

typedef enum _Ecore_Audio_Type Ecore_Audio_Type
typedef struct _Ecore_Audio_Module Ecore_Audio_Module
typedef struct _Ecore_Audio_Object Ecore_Audio_Object
typedef struct _Ecore_Audio_Vio Ecore_Audio_Vio
 Holds the callback functions to implement virtual file IO.

Typedef Documentation

typedef struct _Ecore_Audio_Module Ecore_Audio_Module
Since (EFL) :
1.8 The audio module
typedef struct _Ecore_Audio_Object Ecore_Audio_Object
Since (EFL) :
1.8 The audio object
Since (EFL) :
1.8
typedef struct _Ecore_Audio_Vio Ecore_Audio_Vio

Holds the callback functions to implement virtual file IO.

Since (EFL) :
1.8

Enumeration Type Documentation

Since (EFL) :
1.8
Enumerator:
ECORE_AUDIO_TYPE_PULSE 

Use Pulseaudio module

ECORE_AUDIO_TYPE_ALSA 

Use ALSA module

ECORE_AUDIO_TYPE_SNDFILE 

Use libsndfile module

ECORE_AUDIO_TYPE_TONE 

Use tone module

ECORE_AUDIO_TYPE_CORE_AUDIO 

Use Core Audio module (Apple) - DEPRECATED

ECORE_AUDIO_TYPE_CUSTOM 

Use custom module

ECORE_AUDIO_TYPE_WASAPI 

Use Wasapi module

Since (EFL) :
1.21
ECORE_AUDIO_MODULE_LAST 

Sentinel


Function Documentation

const char* ecore_audio_obj_name_get ( const Efl_Object *  obj)

Get the name of the object.

Since (EFL) :
1.8
void ecore_audio_obj_name_set ( Efl_Object *  obj,
const char *  name 
)

Name of the object.

Since (EFL) :
1.8