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