Search Results for

    Show / Hide Table of Contents

    Class AudioInfo

    Definition

    Namespace:
    Tizen.Content.MediaContent
    Assembly:
    Tizen.Content.MediaContent.dll

    Represents the audio media information.

    public class AudioInfo : MediaInfo
    Inheritance
    object
    MediaInfo
    AudioInfo

    Properties

    View Source

    Album

    Gets the album name.

    Declaration
    public string Album { get; }
    Property Value
    Type Description
    string

    The album from the metadata.

    View Source

    AlbumArtist

    Gets the album artist name.

    Declaration
    public string AlbumArtist { get; }
    Property Value
    Type Description
    string

    The album artist from the metadata.

    View Source

    Artist

    Gets the artist name.

    Declaration
    public string Artist { get; }
    Property Value
    Type Description
    string

    The artist from the metadata.

    View Source

    Genre

    Gets the genre.

    Declaration
    public string Genre { get; }
    Property Value
    Type Description
    string

    The genre from the metadata.

    View Source

    TrackNumber

    Gets the track number.

    Declaration
    public string TrackNumber { get; }
    Property Value
    Type Description
    string

    The track number from the metadata.

    View Source

    Year

    Gets the year.

    Declaration
    public string Year { get; }
    Property Value
    Type Description
    string

    The year from the metadata.

    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX