Class MediaInfoColumns

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

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

C#
Copy
public static class MediaInfoColumns : object
Inheritance
MediaInfoColumns

Properties

View Source

Album

Gets the column name for the album of media.

Declaration
C#
Copy
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
API Level: 4
View Source

AlbumArtist

Gets the column name for the album artist of media.

Declaration
C#
Copy
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.

API Level: 4
View Source

Altitude

Gets the column name for the altitude of media.

Declaration
C#
Copy
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
API Level: 4
View Source

Artist

Gets the column name for the artist of media.

Declaration
C#
Copy
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
API Level: 4
View Source

Composer

Gets the column name for the composer of media.

Declaration
C#
Copy
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
API Level: 4
View Source

DateAdded

Gets the column name for the date added of media.

Declaration
C#
Copy
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. needs to be converted into the unix time.

See Also
API Level: 4
View Source

DateModified

Gets the column name for the date modified of media.

Declaration
C#
Copy
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. needs to be converted into the unix time.

See Also
API Level: 4
View Source

DateRecorded

Gets the column name for the date recorded of media.

Declaration
C#
Copy
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.

API Level: 4
View Source

DateTaken

Gets the column name for the date taken of media.

Declaration
C#
Copy
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
API Level: 4
View Source

DisplayName

Gets the column name for the display name of media.

Declaration
C#
Copy
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
API Level: 4
View Source

Duration

Gets the column name for the duration of media.

Declaration
C#
Copy
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
API Level: 4
View Source

Favorite

Gets the column name for the favorite status of media.

Declaration
C#
Copy
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
API Level: 4
View Source

FileSize

Gets the column name for the file size of media.

Declaration
C#
Copy
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
API Level: 4
View Source

Genre

Gets the column name for the genre of media.

Declaration
C#
Copy
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
API Level: 4
View Source

Height

Gets the column name for the height of media.

Declaration
C#
Copy
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
API Level: 4
View Source

Id

Gets the column name for the ID of media.

Declaration
C#
Copy
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
API Level: 4
View Source

IsDrm

Gets the column name for the drm of media.

Declaration
C#
Copy
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
API Level: 4
View Source

Latitude

Gets the column name for the latitude of media.

Declaration
C#
Copy
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
API Level: 4
View Source

Longitude

Gets the column name for the longitude of media.

Declaration
C#
Copy
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
API Level: 4
View Source

MediaType

Gets the column name for the type of media.

Declaration
C#
Copy
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
API Level: 4
View Source

MimeType

Gets the column name for the mime type of media.

Declaration
C#
Copy
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
API Level: 4
View Source

Path

Gets the column name for the path of media.

Declaration
C#
Copy
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
API Level: 4
View Source

ThumbnailPath

Gets the column name for the thumbnail path of media.

Declaration
C#
Copy
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
API Level: 4
View Source

Timeline

Gets the column name for the timeline of media.

Declaration
C#
Copy
public static string Timeline { get; }
Property Value
Type Description
String

The column name for the timeline of media.

Remarks

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

See Also
API Level: 4
View Source

Title

Gets the column name for the title of media.

Declaration
C#
Copy
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
API Level: 4
View Source

TrackNumber

Gets the column name for the track number of media.

Declaration
C#
Copy
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.

API Level: 4
View Source

Width

Gets the column name for the width of media.

Declaration
C#
Copy
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
API Level: 4
View Source

Year

Gets the column name for the year of media.

Declaration
C#
Copy
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
API Level: 4

See Also