Set the original sample rate of this frame's audio data
| 244 | |
| 245 | /// Set the original sample rate of this frame's audio data |
| 246 | void SampleRate(int orig_sample_rate) { sample_rate = orig_sample_rate; }; |
| 247 | |
| 248 | /// Set the direction of the audio buffer of this frame |
| 249 | void SetAudioDirection(bool is_increasing); |
nothing calls this directly
no outgoing calls
no test coverage detected