ImageEn, unit iemmf

IEMediaFoundationGetVideoSampleDecoders


Declaration

function IEMediaFoundationGetVideoSampleDecoders(): TObjectList;


Description

Applications add new decoders by using this function and implementing the TIEMediaFoundationVideoSampleDecoder abstract class.


Example

IEMediaFoundationGetVideoSampleDecoders().Add(TIEMediaFoundationVideoSampleDecoder_YOURFORMAT.Create());