MFMEDIASOURCE_HAS_MULTIPLE_PRESENTATIONS MediaSource Characteristics

111 Views Asked by At

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

0

There are 0 best solutions below