I have implemented a media source with the characteristics MFMEDIASOURCE_CAN_PAUSE | MFMEDIASOURCE_CAN_SEEK.
This is working fine.Seek and pause a file is also working.
Now I have added a characteristic MFMEDIASOURCE_HAS_MULTIPLE_PRESENTATIONS, after adding this characteristic seek and pause is not working. is there any other thing I have to take care?
My current characteristic variable looks like,
*pdwCharacteristics = MFMEDIASOURCE_CAN_PAUSE | MFMEDIASOURCE_CAN_SEEK | MFMEDIASOURCE_HAS_MULTIPLE_PRESENTATIONS;
Please give some suggestion.
Best Regards,
Sharad