Class Artwork

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Metadata.dll

Represents the artwork information of the media.

C#
Copy
public class Artwork
Inheritance
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
byte[] data

The data of the artwork to set the metadata.

string mimeType

The mime type of the data of the artwork.

Properties

View Source

Data

Gets the encoded artwork image.

Declaration
C#
Copy
public byte[] Data { get; }
Property Value
Type Description
byte[]
View Source

MimeType

Gets the mime type of the artwork.

Declaration
C#
Copy
public string MimeType { get; }
Property Value
Type Description
string