public void GetReaderByIndex(uint nIndex, out IWICMetadataReader ppIMetadataReader) { Log.Error($"Frame IWICMetadataBlockReader.GetReaderByIndex called: {nIndex}"); throw new NotImplementedException(); }
public void GetReaderByIndex(uint nIndex, out IWICMetadataReader ppIMetadataReader) { Log.Trace($"IWICMetadataBlockReader.GetReaderByIndex called: {nIndex}"); ppIMetadataReader = new MetadataReader(exif); Log.Trace("IWICMetadataBlockReader.GetReaderByIndex finished"); }