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

Method StreamParameters

src/backends/RtAudio/RtAudio.h:343–348  ·  view source on GitHub ↗

Default constructor.

Source from the content-addressed store, hash-verified

341
342 // Default constructor.
343 StreamParameters()
344 : deviceId(0)
345 , nChannels(0)
346 , firstChannel(0)
347 {
348 }
349 };
350
351 //! The structure for specifying stream options.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected