So i understand that it means that record or play cannot be tested in the emulators?
By the way I tried to install SIS file into nokia 6680 but I got there the same problem ("Feature not supported" ) maybe I'm doing something wrong?
Here is my basic code:
void CMediaRecorder::RecordL()
{
iStatus = ERecording;
#ifdef __SERIES60_20__
// New audio file can be opened in
// Series 60 Platform 2nd Edition, including FP1 and FP2
OpenFileL(ETrue);
#else
// Set maximum gain for recording
iMdaAudioRecorderUtility->SetGain(iMdaAudioRecorderUtility->MaxGain());
// Delete current audio sample from beginning of file
// CropL doesn't work according forum nokia know issues
// iMdaAudioRecorderUtility->CropL();