Hello every reader. I have a problem about AudioPlayer. I already include AudioPlayer and AudioPlayerUtility classes. I copied it from http://wiki.forum.nokia.com/index.ph...io_files#Links. I have 2 problems.
The first problem is I do not have "CExampleTimer.h". Does anyone can give me a referent to this file.
The second problem is I cannot play the audio files or I do not not how to initiate it.
I did this, but it doesn't work.
LOCAL_C void MainL()
{
CMdaAudioPlayerUtility* iMdaAudioPlayerUtility =
CMdaAudioPlayerUtility::NewFilePlayerL(_L("C:\\sample1.wav"), *this);
iMdaAudioPlayerUtility->Play();
console->Write(_L("Hello, world!\n"));
console->Printf(KWait);
}
Please help, I am a newbie in Symbian C++, It is tough.
Thank you
Beir





