IEMediaFoundationGetVideoSampleDecoders
Declaration
function IEMediaFoundationGetVideoSampleDecoders(): TObjectList;
Description
Applications add new decoders by using this function and implementing the
TIEMediaFoundationVideoSampleDecoder abstract class.
IEMediaFoundationGetVideoSampleDecoders().Add(TIEMediaFoundationVideoSampleDecoder_YOURFORMAT.Create());