Example #1
0
 public bool WriteMediaTag(byte[] data, MediaTagType tag)
 {
     ErrorMessage = "Unsupported feature";
     return(false);
 }
Example #2
0
 public bool WriteMediaTag(byte[] data, MediaTagType tag)
 {
     ErrorMessage = "Writing media tags is not supported.";
     return(false);
 }
Example #3
0
 public byte[] ReadDiskTag(MediaTagType tag) =>
 throw new FeatureUnsupportedImageException("Feature not supported by image format");