|
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) |
| static bool | isPartialDataCallbackSupported () |
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 |
|
static |
|
static |
| oboeStream |
|
static |
|
static |
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 |