Class Artwork

    Definition

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

    Represents the artwork information of the media.

    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
    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
    public byte[] Data { get; }
    Property Value
    Type Description
    byte[]
    View Source

    MimeType

    Gets the mime type of the artwork.

    Declaration
    public string MimeType { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX