Class Artwork
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Metadata.dll
Represents the artwork information of the media.
public class Artwork
- Inheritance
-
objectArtwork
Constructors
View SourceArtwork(byte[], string)
Initializes a new instance of the Artwork class with the specified data and the mime type.
Declaration
public Artwork(byte[] data, string mimeType)
Parameters
Type | Name | Description |
---|---|---|
byte[] | data | The data of the artwork to set the metadata. |
string | mimeType | The mime type of the data of the artwork. |
Properties
View SourceData
Gets the encoded artwork image.
Declaration
public byte[] Data { get; }
Property Value
Type | Description |
---|---|
byte[] |
MimeType
Gets the mime type of the artwork.
Declaration
public string MimeType { get; }
Property Value
Type | Description |
---|---|
string |