windows - MFMEDIASOURCE_HAS_MULTIPLE_PRESENTATIONS MediaSource Characteristics -


i have implemented media source characteristics mfmediasource_can_pause | mfmediasource_can_seek.

this working fine.seek , pause file working.

now have added characteristic mfmediasource_has_multiple_presentations, after adding characteristic seek , pause not working. there other thing have take care?

my current characteristic variable looks like,

*pdwcharacteristics = mfmediasource_can_pause | mfmediasource_can_seek | mfmediasource_has_multiple_presentations;

please give suggestion.

best regards,

sharad


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -