Go to the source code of this file.
Functions | |
int | create_output_stream (void **output) |
int | open_output_stream (void *output, int sampleRate, int channels) |
int | close_output_stream (void *output) |
int | write_audio_data (void *output, unsigned char *buffer, int length) |
int close_output_stream | ( | void * | output | ) |
Referenced by omx_symbianoutputstreamsink_component_Destructor().
int create_output_stream | ( | void ** | output | ) |
Referenced by omx_symbianoutputstreamsink_component_Constructor().
int open_output_stream | ( | void * | output, | |
int | sampleRate, | |||
int | channels | |||
) |
Referenced by omx_symbianoutputstreamsink_component_BufferMgmtCallback().
int write_audio_data | ( | void * | output, | |
unsigned char * | buffer, | |||
int | length | |||
) |
Referenced by omx_symbianoutputstreamsink_component_BufferMgmtCallback().