Class MediaInfoColumns

    Definition

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

    Provides the column names that can be used for Select and Count commands.

    public static class MediaInfoColumns
    Inheritance
    object
    MediaInfoColumns

    Properties

    View Source

    Album

    Gets the column name for the album of media.

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

    The column name for the album of media.

    Remarks

    The value type is string.

    See Also
    Album
    View Source

    AlbumArtist

    Gets the column name for the album artist of media.

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

    The column name for the album artist of media.

    Remarks

    The value type is string.

    See Also
    AlbumArtist
    AlbumArtist
    View Source

    Altitude

    Gets the column name for the altitude of media.

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

    The column name for the altitude of media.

    Remarks

    The value type is real.

    See Also
    Altitude
    View Source

    Artist

    Gets the column name for the artist of media.

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

    The column name for the artist of media.

    Remarks

    The value type is string.

    See Also
    Artist
    Artist
    View Source

    Composer

    Gets the column name for the composer of media.

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

    The column name for the composer of media.

    Remarks

    The value type is string.

    See Also
    Composer
    Composer
    View Source

    DateAdded

    Gets the column name for the date added of media.

    Declaration
    public static string DateAdded { get; }
    Property Value
    Type Description
    string

    The column name for the date added of media.

    Remarks

    The value type is integer. System.DateTimeOffset needs to be converted into the unix time.

    See Also
    DateAdded
    System.DateTimeOffset.ToUnixTimeSeconds
    View Source

    DateModified

    Gets the column name for the date modified of media.

    Declaration
    public static string DateModified { get; }
    Property Value
    Type Description
    string

    The column name for the date modified of media.

    Remarks

    The value type is integer. System.DateTimeOffset needs to be converted into the unix time.

    See Also
    DateModified
    System.DateTimeOffset.ToUnixTimeSeconds
    View Source

    DateRecorded

    Gets the column name for the date recorded of media.

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

    The column name for the date recorded of media.

    Remarks

    The value type is string.

    See Also
    DateRecorded
    DateRecorded
    View Source

    DateTaken

    Gets the column name for the date taken of media.

    Declaration
    public static string DateTaken { get; }
    Property Value
    Type Description
    string

    The column name for the date taken of media.

    Remarks

    The value type is integer.

    See Also
    DateTaken
    View Source

    DisplayName

    Gets the column name for the display name of media.

    Declaration
    public static string DisplayName { get; }
    Property Value
    Type Description
    string

    The column name for the display name of media.

    Remarks

    The value type is string.

    See Also
    DisplayName
    View Source

    Duration

    Gets the column name for the duration of media.

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

    The column name for the duration of media.

    Remarks

    The value type is integer.

    See Also
    Duration
    Duration
    View Source

    Favorite

    Gets the column name for the favorite status of media.

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

    The column name for the favorite status of media.

    Remarks

    The value type is integer (1 : true, 0 : false).

    See Also
    IsFavorite
    View Source

    FileSize

    Gets the column name for the file size of media.

    Declaration
    public static string FileSize { get; }
    Property Value
    Type Description
    string

    The column name for the file size of media.

    Remarks

    The value type is integer.

    See Also
    FileSize
    View Source

    Genre

    Gets the column name for the genre of media.

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

    The column name for the genre of media.

    Remarks

    The value type is string.

    See Also
    Genre
    Genre
    View Source

    Height

    Gets the column name for the height of media.

    Declaration
    public static string Height { get; }
    Property Value
    Type Description
    string

    The column name for the height of media.

    Remarks

    The value type is integer.

    See Also
    Height
    Height
    View Source

    Id

    Gets the column name for the ID of media.

    Declaration
    public static string Id { get; }
    Property Value
    Type Description
    string

    The column name for the ID of media.

    Remarks

    The value type is string.

    See Also
    Id
    View Source

    IsDrm

    Gets the column name for the drm of media.

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

    The column name for the drm of media.

    Remarks

    The value type is integer (1 : true, 0 : false).

    See Also
    IsDrm
    View Source

    Latitude

    Gets the column name for the latitude of media.

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

    The column name for the latitude of media.

    Remarks

    The value type is real.

    See Also
    Latitude
    View Source

    Longitude

    Gets the column name for the longitude of media.

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

    The column name for the longitude of media.

    Remarks

    The value type is real.

    See Also
    Longitude
    View Source

    MediaType

    Gets the column name for the type of media.

    Declaration
    public static string MediaType { get; }
    Property Value
    Type Description
    string

    The column name for the type of media.

    Remarks

    The value type is integer. The value should be an integer that is one of the MediaType values.

    See Also
    MediaType
    View Source

    MimeType

    Gets the column name for the mime type of media.

    Declaration
    public static string MimeType { get; }
    Property Value
    Type Description
    string

    The column name for the mime type of media.

    Remarks

    The value type is string.

    See Also
    MimeType
    View Source

    Path

    Gets the column name for the path of media.

    Declaration
    public static string Path { get; }
    Property Value
    Type Description
    string

    The column name for the file path of media.

    Remarks

    The value type is string.

    See Also
    Path
    View Source

    ThumbnailPath

    Gets the column name for the thumbnail path of media.

    Declaration
    public static string ThumbnailPath { get; }
    Property Value
    Type Description
    string

    The column name for the thumbnail path of media.

    Remarks

    The value type is string.

    See Also
    ThumbnailPath
    View Source

    Timeline

    Gets the column name for the timeline of media.

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

    The column name for the timeline of media.

    Remarks

    The value type is integer. System.DateTimeOffset needs to be converted into the unix time.

    See Also
    Timeline
    System.DateTimeOffset.ToUnixTimeSeconds
    View Source

    Title

    Gets the column name for the title of media.

    Declaration
    public static string Title { get; }
    Property Value
    Type Description
    string

    The column name for the title of media.

    Remarks

    The value type is string.

    See Also
    Title
    View Source

    TrackNumber

    Gets the column name for the track number of media.

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

    The column name for the track number of media.

    Remarks

    The value type is string.

    See Also
    TrackNumber
    TrackNumber
    View Source

    Width

    Gets the column name for the width of media.

    Declaration
    public static string Width { get; }
    Property Value
    Type Description
    string

    The column name for the width of media.

    Remarks

    The value type is integer.

    See Also
    Width
    Width
    View Source

    Year

    Gets the column name for the year of media.

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

    The column name for the year of media.

    Remarks

    The value type is string.

    See Also
    Year
    Year

    See Also

    SelectArguments
    CountArguments
    FilterExpression
    SortOrder
    Count(CountArguments)
    CountMember(int, CountArguments)
    Select(SelectArguments)
    SelectMember(int, SelectArguments)
    Count(CountArguments)
    Select(SelectArguments)
    Select(SelectArguments)
    Count(CountArguments)
    CountMedia(string, CountArguments)
    Select(SelectArguments)
    SelectMedia(string, SelectArguments)
    CountMedia(CountArguments)
    SelectMedia(SelectArguments)
    Count(CountArguments)
    Select(SelectArguments)
    CountMember(int, CountArguments)
    SelectMember(int, SelectArguments)
    Count(CountArguments)
    CountMedia(int, CountArguments)
    Select(SelectArguments)
    SelectMedia(int, SelectArguments)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX