Added method to set cover art in tags for writing.
This commit is contained in:
parent
8d6b304a8b
commit
2955e8b464
1 changed files with 4 additions and 1 deletions
|
|
@ -84,7 +84,10 @@ namespace AaxDecrypter
|
|||
AppleTags.SetData(stag.BoxType, stag.Children.Cast<AppleDataBox>().ToArray());
|
||||
}
|
||||
}
|
||||
|
||||
public void AddPicture(byte[] coverArt)
|
||||
{
|
||||
AppleTags.SetData("covr", coverArt, 0);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Attempts to convert unicode characters to an approximately equal ASCII character.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue