For multitrack recording, the mixer only knows one single command to start/stop recording: MTK_RECORD_TOGGLE.
To provide a better usability, we should add additional methods to explicitly start or stop the recording. They should take the current recording state into account and only send a command if necessary.
For multitrack recording, the mixer only knows one single command to start/stop recording:
MTK_RECORD_TOGGLE
. To provide a better usability, we should add additional methods to explicitly start or stop the recording. They should take the current recording state into account and only send a command if necessary.