|
Oboe
A library for creating real-time audio apps on Android
|
#include <AudioStreamCallback.h>
Public Member Functions | |
| virtual void | onRoutingChanged (AudioStream *, const int32_t *, int32_t) |
AudioStreamRoutingCallback defines a callback interface for being notified when the routed devices of a stream are changed.
It is used with AudioStreamBuilder::setRoutingCallback().
|
inlinevirtual |
This will be called when the routed devices of the stream are changed.
| audioStream | pointer to the associated stream |
| deviceIds | a pointer to a list of current routed device ids. |
| numDevices | the number of current routed devices. |