FreeRDP
|
#include <SLES/OpenSLES.h>
#include <SLES/OpenSLES_Android.h>
#include <freerdp/api.h>
#include <stdlib.h>
Typedefs | |
typedef void(* | opensl_receive_t) (void *context, const void *data, size_t size) |
Functions | |
FREERDP_LOCAL OPENSL_STREAM * | android_OpenRecDevice (void *context, opensl_receive_t receive, int sr, int inchannels, int bufferframes, int bits_per_sample) |
FREERDP_LOCAL void | android_CloseRecDevice (OPENSL_STREAM *p) |
FREERDP_LOCAL void android_CloseRecDevice | ( | OPENSL_STREAM * | p | ) |
FREERDP_LOCAL OPENSL_STREAM* android_OpenRecDevice | ( | void * | context, |
opensl_receive_t | receive, | ||
int | sr, | ||
int | inchannels, | ||
int | bufferframes, | ||
int | bits_per_sample | ||
) |