Show
Ignore:
Timestamp:
09/15/08 01:35:51 (4 months ago)
Author:
topia
Message:

update supported iTunesLib version to 1.11 (iTunes 7.7).
* support PersistentID and Playlists property.
* support ITArtwork.Description property.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/csharp/iTunesCOMWrap/trunk/iTunesCOMWrap/Interfaces/IArtwork.cs

    r11205 r19308  
    11// $Id$ 
     2using Clovery.iTunesHelper.COMWrap.Interfaces.Internal; 
     3 
    24namespace Clovery.iTunesHelper.COMWrap.Interfaces 
    35{ 
     
    2426        /// </summary> 
    2527        bool IsDownloadedArtwork { get; } 
     28 
     29        /// <summary> 
     30        /// get/set the description for the artwork. 
     31        /// </summary> 
     32        /// <remarks> 
     33        /// Artwork descriptions are only supported in files that use ID3 tags (i.e. MP3 files).  
     34        /// </remarks> 
     35        string Description { get; set; } 
    2636 
    2737        /// <summary>