equal
deleted
inserted
replaced
1345 // server side sent a PausedRecordCompleteEvent and did not actually request a buffer! |
1345 // server side sent a PausedRecordCompleteEvent and did not actually request a buffer! |
1346 // just record the fact we've done this and wait until RecordData() is called |
1346 // just record the fact we've done this and wait until RecordData() is called |
1347 // don't actually resume until then! |
1347 // don't actually resume until then! |
1348 iState = ERecordingResumingInLastBufferCycle; |
1348 iState = ERecordingResumingInLastBufferCycle; |
1349 } |
1349 } |
|
1350 else if (iState == ERecordingResumingInLastBufferCycle) |
|
1351 { |
|
1352 //Do Nothing as you can't resume twice on last buffer |
|
1353 } |
1350 else |
1354 else |
1351 { |
1355 { |
1352 err = SendReceive(EMMFDevSoundProxyResume, |
1356 err = SendReceive(EMMFDevSoundProxyResume, |
1353 iDestinationPckg); |
1357 iDestinationPckg); |
1354 } |
1358 } |