MCPcopy Create free account
hub / github.com/LabSound/LabSound / openStream

Method openStream

src/backends/RtAudio/RtAudio.cpp:291–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void RtAudio ::openStream(RtAudio::StreamParameters * outputParameters,
292 RtAudio::StreamParameters * inputParameters,
293 RtAudioFormat format, unsigned int sampleRate,
294 unsigned int * bufferFrames,
295 RtAudioCallback callback, void * userData,
296 RtAudio::StreamOptions * options,
297 RtAudioErrorCallback errorCallback)
298{
299 return rtapi_->openStream(outputParameters, inputParameters, format,
300 sampleRate, bufferFrames, callback,
301 userData, options, errorCallback);
302}
303
304// *************************************************** //
305//

Callers 1

AudioDevice_RtAudioMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected