Default constructor.
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected