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
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
System.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
System.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
System.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
System.String

The column name for the artist of media.

Remarks

The value type is string.

See Also
API Level: 4
View Source

BitPerSample

Gets the column name for the bit per sample of media.

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

The column name for the bit per sample of media.

Remarks

The value type is integer.

See Also
API Level: 4
View Source

BitRate

Gets the column name for the bit rate of media.

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

The column name for the bit rate of media.

Remarks

The value type is integer.

See Also
API Level: 4
View Source

Channels

Gets the column name for the channels of media.

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

The column name for the channels of media.

Remarks

The value type is integer.

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
System.String

The column name for the composer of media.

Remarks

The value type is string.

See Also
API Level: 4
View Source

Gets the column name for the copyright of media.

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

The column name for the copyright of media.

The value type is string.

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
System.String

The column name for the date added of media.

Remarks

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

See Also
System.DateTimeOffset.ToUnixTimeSeconds
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
System.String

The column name for the date modified of media.

Remarks

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

See Also
System.DateTimeOffset.ToUnixTimeSeconds
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
System.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
System.String

The column name for the date taken of media.

Remarks

The value type is integer.

See Also
API Level: 4
View Source

Description

Gets the column name for the description of media.

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

The column name for the description of media.

Remarks

The value type is string.

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
System.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
System.String

The column name for the duration of media.

Remarks

The value type is integer.

See Also
API Level: 4
View Source

ExposureTime

Gets the column name for the exposure time of media.

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

The column name for the exposure time 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
System.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
System.String

The column name for the file size of media.

Remarks

The value type is integer.

See Also
API Level: 4
View Source

FNumber

Gets the column name for the FNumber of media.

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

The column name for the FNumber 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
System.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
System.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
System.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
System.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

Iso

Gets the column name for the ISO of media.

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

The column name for the ISO of media.

Remarks

The value type is integer.

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
System.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
System.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
System.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
System.String

The column name for the mime type of media.

Remarks

The value type is string.

See Also
API Level: 4
View Source

Model

Gets the column name for the model of media.

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

The column name for the model of media.

Remarks

The value type is string.

See Also
API Level: 4
View Source

Orientation

Gets the column name for the orientation of media.

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

The column name for the orientation of media.

Remarks

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

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
System.String

The column name for the file path of media.

Remarks

The value type is string.

See Also
API Level: 4
View Source

Rating

Gets the column name for the rating of media.

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

The column name for the rating of media.

Remarks

The value type is integer.

See Also
API Level: 4
View Source

SampleRate

Gets the column name for the sample rate of media.

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

The column name for the sample rate of media.

Remarks

The value type is integer.

See Also
API Level: 4
View Source

StorageType

Gets the column name for the storage type of media.

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

The column name for the storage type of media.

Remarks

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

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
System.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
System.String

The column name for the timeline of media.

Remarks

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

See Also
System.DateTimeOffset.ToUnixTimeSeconds
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
System.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
System.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
System.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
System.String

The column name for the year of media.

Remarks

The value type is string.

See Also
API Level: 4

See Also