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

Method StreamOptions

src/backends/RtAudio/RtAudio.h:416–421  ·  view source on GitHub ↗

Default constructor.

Source from the content-addressed store, hash-verified

414
415 // Default constructor.
416 StreamOptions()
417 : flags(0)
418 , numberOfBuffers(0)
419 , priority(0)
420 {
421 }
422 };
423
424 //! A static function to determine the current RtAudio version.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected