Oboe
A library for creating real-time audio apps on Android
|
#include <OboeExtensions.h>
Static Public Member Functions | |
static bool | isMMapSupported () |
static bool | isMMapEnabled () |
static int32_t | setMMapEnabled (bool enabled) |
static bool | isMMapUsed (oboe::AudioStream *oboeStream) |
The definitions below are only for testing. They are not recommended for use in an application. They may change or be removed at any time.
|
static |
oboeStream |
Controls whether the AAudio MMAP data path can be selected when opening a stream. It has no effect after the stream has been opened. It only affects the application that calls it. Other apps are not affected.
enabled |