Class Track

    Definition

    Namespace:
    Tizen.Network.Bluetooth
    Assembly:
    Tizen.Network.Bluetooth.dll

    This class contains the information of the track data.

    public class Track
    Inheritance
    object
    Track

    Constructors

    View Source

    Track()

    The default constructor. Initializes an object of the track.

    Declaration
    public Track()

    Properties

    View Source

    Album

    The album of the track.

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

    Artist

    The artist of the track.

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

    Duration

    The duration of the track in milliseconds.

    Declaration
    public uint Duration { get; set; }
    Property Value
    Type Description
    uint
    View Source

    Genre

    The genre of the track.

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

    Title

    The title of the track.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string
    View Source

    TotalTracks

    The number of all tracks.

    Declaration
    public uint TotalTracks { get; set; }
    Property Value
    Type Description
    uint
    View Source

    TrackNum

    The track number.

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