I am using TopoEdit for playing audio stream of local file. I have specified "(MFMEDIASOURCE_CAN_PAUSE | MFMEDIASOURCE_CAN_SEEK)" in IMFMediaSource::GetCharacteristics and MFBYTESTREAM_IS_SEEKABLE of that audio stream is true and I haven't used
IMFByteStream for reading the audio samples.
I can able to do play, pause and stop operations.But on seeking, IMFMediaSource::start is not getting called. Even I have referred Wav source(mentioned it has seek support) in SDK samples but on executing wav source it is also not seeking. I don know the reason. please help me to find a solution to this issue.
Thanks in advance,
Deepak Ranganathan