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