X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.Multimedia.Metadata%2FMetadataExtractor%2FArtwork.cs;h=38afe72a9d691e71db71e36cecc52811abca1393;hb=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2F20170914.065528;hp=d5a83a7d3b8d02cd6a3f417470fbfb59051c3acc;hpb=217cf1432837322b6105ccab0ea25645a24c7b36;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.Multimedia.Metadata/MetadataExtractor/Artwork.cs b/src/Tizen.Multimedia.Metadata/MetadataExtractor/Artwork.cs index d5a83a7..38afe72 100755 --- a/src/Tizen.Multimedia.Metadata/MetadataExtractor/Artwork.cs +++ b/src/Tizen.Multimedia.Metadata/MetadataExtractor/Artwork.cs @@ -17,15 +17,15 @@ namespace Tizen.Multimedia { /// - /// Represents artwork information of media. + /// Represents the artwork information of the media. /// public class Artwork { /// - /// Initializes a new instance of the Artwork class with the specified data and mime type. + /// Initializes a new instance of the Artwork class with the specified data and the mime type. /// /// 3 - /// The data of the artwork to set metadata. + /// The data of the artwork to set the metadata. /// The mime type of the data of the artwork. public Artwork(byte[] data, string mimeType) { @@ -40,7 +40,7 @@ namespace Tizen.Multimedia public byte[] Data { get; } /// - /// Gets the mime type of artwork. + /// Gets the mime type of the artwork. /// /// 3 public string MimeType { get; }