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

    BitPerSample

    Gets the bit per sample.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public int BitPerSample { get; }
    Property Value
    Type Description
    int

    The bit per sample.

    View Source

    BitRate

    Gets the bit rate in bit per second.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public int BitRate { get; }
    Property Value
    Type Description
    int

    The bit rate in bit per second.

    View Source

    Channels

    Gets the number of channels.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public int Channels { get; }
    Property Value
    Type Description
    int

    The number of channels.

    View Source

    Composer

    Gets the composer.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string Composer { get; }
    Property Value
    Type Description
    string

    The composer from the metadata.

    View Source

    Copyright

    Gets the copyright.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string Copyright { get; }
    Property Value
    Type Description
    string

    The copyright from the metadata.

    View Source

    DateRecorded

    Gets the recorded date.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string DateRecorded { get; }
    Property Value
    Type Description
    string

    The recorded date from the metadata.

    View Source

    Duration

    Gets the track duration in milliseconds.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public int Duration { get; }
    Property Value
    Type Description
    int

    The track duration in milliseconds.

    View Source

    Genre

    Gets the genre.

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

    The genre from the metadata.

    View Source

    SampleRate

    Gets the sample rate in hertz.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public int SampleRate { get; }
    Property Value
    Type Description
    int

    The sample rate in hertz.

    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-2024 Samsung
    Generated by DocFX