| 21 | |
| 22 | double frameRate() const { return (double)mInfo.samplerate; } |
| 23 | int frames() const { return (int)mInfo.frames; } |
| 24 | int channels() const { return (int)mInfo.channels; } |
| 25 | |
| 26 | void channels(int num){ mInfo.channels = (int)num; } |
nothing calls this directly
no outgoing calls
no test coverage detected