AudioRingBuffer.openDevice

Open the audio device associated with the ring buffer. Does not perform any setup on the device. You must open the device before acquiring the ring buffer.

class AudioRingBuffer
bool
openDevice
()

Return Value

Type: bool

TRUE if the device could be opened, FALSE on error.

MT safe.