Class Artwork
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Metadata.dll
- API Level:
- 3
Represents the artwork information of the media.
public class Artwork
- Inheritance
-
Artwork
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. |
API Level: 3
Properties
View SourceData
Gets the encoded artwork image.
Declaration
public byte[] Data { get; }
Property Value
Type | Description |
---|---|
Byte[] |
API Level: 3
View SourceMimeType
Gets the mime type of the artwork.
Declaration
public string MimeType { get; }
Property Value
Type | Description |
---|---|
String |