Class Artwork

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Metadata.dll
API Level:
3

Represents the artwork information of the media.

C#
Copy
public class Artwork
Inheritance
System.Object
Artwork

Constructors

View Source

Artwork(Byte[], String)

Initializes a new instance of the Artwork class with the specified data and the mime type.

Declaration
C#
Copy
public Artwork(byte[] data, string mimeType)
Parameters
Type Name Description
System.Byte[] data

The data of the artwork to set the metadata.

System.String mimeType

The mime type of the data of the artwork.

API Level: 3

Properties

View Source

Data

Gets the encoded artwork image.

Declaration
C#
Copy
public byte[] Data { get; }
Property Value
Type Description
System.Byte[]
API Level: 3
View Source

MimeType

Gets the mime type of the artwork.

Declaration
C#
Copy
public string MimeType { get; }
Property Value
Type Description
System.String
API Level: 3