MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / openStream

Method openStream

examples/TinyAudio/RtAudio.cpp:220–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void RtAudio ::openStream(RtAudio::StreamParameters *outputParameters,
221 RtAudio::StreamParameters *inputParameters,
222 RtAudioFormat format, unsigned int sampleRate,
223 unsigned int *bufferFrames,
224 RtAudioCallback callback, void *userData,
225 RtAudio::StreamOptions *options,
226 RtAudioErrorCallback errorCallback)
227{
228 return rtapi_->openStream(outputParameters, inputParameters, format,
229 sampleRate, bufferFrames, callback,
230 userData, options, errorCallback);
231}
232
233// *************************************************** //
234//

Callers 1

initMethod · 0.80

Calls 1

errorFunction · 0.85

Tested by

no test coverage detected