| 380 | } |
| 381 | |
| 382 | void MultitrackRecorderTrack::Setup(MultitrackRecorder* recorder, int minLength) |
| 383 | { |
| 384 | mRecorder = recorder; |
| 385 | mRecordingLength = minLength; |
| 386 | } |
| 387 | |
| 388 | void MultitrackRecorderTrack::SetRecording(bool record) |
| 389 | { |
no outgoing calls
no test coverage detected