The maximum number of playback buffers this device will use.
| 136 | |
| 137 | /// The maximum number of playback buffers this device will use. |
| 138 | S32 getMaxBuffers() const { return mMaxBuffers; } |
| 139 | |
| 140 | /// Returns the name of this device. |
| 141 | const String& getName() const { return mName; } |