MediaSampleDescriptionChanged
TheMediaSampleDescriptionChangedfunction allows the Movie Toolbox to inform your media handler that itsSetMediaSampleDescriptionfunction has been called for a specified sample description.
pascal ComponentResult MediaSampleDescriptionChanged (ComponentInstance ci, long index);
ci- Identifies the Movie Toolbox's connection to your derived media handler.
index- Specifies the index of the sample description that has been changed.
DESCRIPTION
If your media handler caches sample description structures for any reason, it should support theMediaSampleDescriptionChangedfunction so that it will know when to update or invalidate the contents of that cache.RESULT CODES
Any Component Manager result code