Tizen Native API
5.5
|
Ecore Buffer Queue is a queue which connects processes for sharing Ecore_Buffer. One process (related object is Ecore_Buffer_Provider) has rear terminal position of Ecore_Buffer Queue which can enqueue the Ecore_Buffer, and the other process (related object is Ecore_Buffer_Consumer) has front terminal position of Ecore_Buffer_Queue which can dequeue the Ecore_Buffer.
Functions | |
int | ecore_buffer_queue_init (void) |
Inits the Ecore_Buffer_Queue system. | |
int | ecore_buffer_queue_shutdown (void) |
Shuts down the Ecore_Buffer_Queue system. |
Function Documentation
int ecore_buffer_queue_init | ( | void | ) |
Inits the Ecore_Buffer_Queue system.
- Since (EFL) :
- 1.15
- Returns:
- How many times the lib has been initialized,
0
indicates failure.
Set up the connection of Buffer Queue daemon, and Init Ecore_Buffer_Queue libraries.
- See also:
- ecore_buffer_queue_shutdown()
- Since :
- 2.4
int ecore_buffer_queue_shutdown | ( | void | ) |
Shuts down the Ecore_Buffer_Queue system.
- Since (EFL) :
- 1.15
This closes the connection of Buffer Queue daemon, and Shut down Ecore_Buffer_Queue libraries.
- Returns:
- How many times the lib has been initialized.
- See also:
- ecore_buffer_queue_init()
- Since :
- 2.4