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

Method getStreamSampleRate

src/backends/RtAudio/RtAudio.cpp:519–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519unsigned int RtApi ::getStreamSampleRate(void)
520{
521 verifyStream();
522
523 return stream_.sampleRate;
524}
525
526// *************************************************** //
527//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected