Commit 281afe79 authored by Rafaël Carré's avatar Rafaël Carré

opensles: cosmetics

parent f7e7f726
...@@ -54,15 +54,17 @@ struct aout_sys_t ...@@ -54,15 +54,17 @@ struct aout_sys_t
SLObjectItf outputMixObject; SLObjectItf outputMixObject;
SLAndroidSimpleBufferQueueItf playerBufferQueue; SLAndroidSimpleBufferQueueItf playerBufferQueue;
SLObjectItf playerObject; SLObjectItf playerObject;
SLPlayItf playerPlay; SLPlayItf playerPlay;
aout_buffer_t * p_buffer_array[BUFF_QUEUE]; aout_buffer_t *p_buffer_array[BUFF_QUEUE];
int i_toclean_buffer; int i_toclean_buffer;
int i_toappend_buffer; int i_toappend_buffer;
SLInterfaceID * SL_IID_ENGINE;
SLInterfaceID * SL_IID_ANDROIDSIMPLEBUFFERQUEUE; SLInterfaceID *SL_IID_ENGINE;
SLInterfaceID * SL_IID_VOLUME; SLInterfaceID *SL_IID_ANDROIDSIMPLEBUFFERQUEUE;
SLInterfaceID * SL_IID_PLAY; SLInterfaceID *SL_IID_VOLUME;
void * p_so_handle; SLInterfaceID *SL_IID_PLAY;
void *p_so_handle;
}; };
typedef SLresult (*slCreateEngine_t)( typedef SLresult (*slCreateEngine_t)(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment