Hi all,
I am writing a program using CMdaAudioOutputStream. I am opening a stream and opening a file. As i want that Buffer should be read from file and
then write to stream.
In MaoscOpenComplete, I am reading the buffer from file and writing the buffer into stream. I have put messages on MaoscBufferCopied and MaoscPlayComplete callback. when i run into mobile, MaoscOpenComplete is called but MaoscBufferCopied and MaoscPlayComplete are not being called..
as i am reading the buffer from file and writing to stream//so it should play..
But it is not being played ..can anybody tell where is the problem



