| 117 | |
| 118 | bool isStereo() const { return _parent->isStereo(); } |
| 119 | int getRate() const { return _parent->getRate(); } |
| 120 | |
| 121 | /** |
| 122 | * Returns number of loops the stream has played. |
nothing calls this directly
no outgoing calls
no test coverage detected