MediaAdapterBase (extends IMediaAdapter)

This abstract class contains a protected member, which must be populated in child classes to map file extensions to IMediaSource/IMediaDescription types.

Dictionary<string, KeyValuePair<Type, Type>> _FileExtensionMappings;

Description- Returns a dictionary mapping file name (in form ".extension_name"), to a type KeyValuePair containing an IMediaSource type and IMediaDescription type.