CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Jaguar3310

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    35,928

    Re: TagLib # Writing Images to File

    I found an answer to my question. Here is the code:

    TagLib.File TagLibFile = TagLib.File.Create(strFilePath);
    TagLib.IPicture[] pictFrames = new IPicture[imgAlbumArt.Length];

    for (int i = 0; i...
  2. Replies
    1
    Views
    35,928

    TagLib # Writing Images to File

    Hello,
    I am using TagLib # to read and write tags to mp3 files. Most of the data is very easy to read/write, but I am having trouble with the Album Art. I can get the Images from the file with...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured