|
FreeRDP
|
Macros | |
| #define | CONV16BIT 32768 |
| #define | CONVMYFLT (1. / 32768.) |
Functions | |
| static void | bqPlayerCallback (SLAndroidSimpleBufferQueueItf bq, void *context) |
| static SLresult | openSLCreateEngine (OPENSL_STREAM *p) |
| static SLresult | openSLPlayOpen (OPENSL_STREAM *p) |
| static void | openSLDestroyEngine (OPENSL_STREAM *p) |
| OPENSL_STREAM * | android_OpenAudioDevice (int sr, int outchannels, int bufferframes) |
| void | android_CloseAudioDevice (OPENSL_STREAM *p) |
| int | android_AudioOut (OPENSL_STREAM *p, const short *buffer, int size) |
| int | android_GetOutputMute (OPENSL_STREAM *p) |
| BOOL | android_SetOutputMute (OPENSL_STREAM *p, BOOL _mute) |
| int | android_GetOutputVolume (OPENSL_STREAM *p) |
| int | android_GetOutputVolumeMax (OPENSL_STREAM *p) |
| BOOL | android_SetOutputVolume (OPENSL_STREAM *p, int level) |
| #define CONV16BIT 32768 |
| #define CONVMYFLT (1. / 32768.) |
| int android_AudioOut | ( | OPENSL_STREAM * | p, |
| const short * | buffer, | ||
| int | size | ||
| ) |


| void android_CloseAudioDevice | ( | OPENSL_STREAM * | p | ) |


| int android_GetOutputMute | ( | OPENSL_STREAM * | p | ) |

| int android_GetOutputVolume | ( | OPENSL_STREAM * | p | ) |

| int android_GetOutputVolumeMax | ( | OPENSL_STREAM * | p | ) |

| OPENSL_STREAM* android_OpenAudioDevice | ( | int | sr, |
| int | outchannels, | ||
| int | bufferframes | ||
| ) |


| BOOL android_SetOutputMute | ( | OPENSL_STREAM * | p, |
| BOOL | _mute | ||
| ) |

| BOOL android_SetOutputVolume | ( | OPENSL_STREAM * | p, |
| int | level | ||
| ) |

|
static |


|
static |

|
static |

|
static |

