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
-
MediaInfoColumns
Properties
View SourceAlbum
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
View SourceAlbumArtist
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
View SourceArtist
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
View SourceDateAdded
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. DateTimeOffset needs to be converted into the unix time.
See Also
View SourceDateModified
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. DateTimeOffset needs to be converted into the unix time.
See Also
View SourceDateTaken
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
View SourceDisplayName
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
View SourceFileSize
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
View SourceGenre
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
View SourceHeight
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
View SourceId
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
View SourceMediaType
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
View SourceMimeType
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
View SourcePath
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
View SourceThumbnailPath
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
View SourceTitle
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
View SourceTrackNumber
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
View SourceWidth
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
View SourceYear
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.