| 517 | } |
| 518 | |
| 519 | unsigned int RtApi ::getStreamSampleRate(void) |
| 520 | { |
| 521 | verifyStream(); |
| 522 | |
| 523 | return stream_.sampleRate; |
| 524 | } |
| 525 | |
| 526 | // *************************************************** // |
| 527 | // |
nothing calls this directly
no outgoing calls
no test coverage detected