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#Copypublic static class MediaInfoColumns
- Inheritance
-
MediaInfoColumns
Properties
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic static string Artist { get; }
Property Value
Type | Description |
---|---|
System.String | The column name for the artist of media. |
Remarks
The value type is string.
API Level: 4
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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.
API Level: 4
Declaration
C#Copypublic 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
Declaration
C#Copypublic static string Composer { get; }
Property Value
Type | Description |
---|---|
System.String | The column name for the composer of media. |
Remarks
The value type is string.
API Level: 4
Declaration
C#Copypublic static string Copyright { get; }
Property Value
Type | Description |
---|---|
System.String | The column name for the copyright of media. |
Remarks
The value type is string.
API Level: 4
Declaration
C#Copypublic 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.
API Level: 4
Declaration
C#Copypublic 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.
API Level: 4
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic static string Duration { get; }
Property Value
Type | Description |
---|---|
System.String | The column name for the duration of media. |
Remarks
The value type is integer.
API Level: 4
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic static string Genre { get; }
Property Value
Type | Description |
---|---|
System.String | The column name for the genre of media. |
Remarks
The value type is string.
API Level: 4
Declaration
C#Copypublic static string Height { get; }
Property Value
Type | Description |
---|---|
System.String | The column name for the height of media. |
Remarks
The value type is integer.
API Level: 4
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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.
API Level: 4
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic static string Width { get; }
Property Value
Type | Description |
---|---|
System.String | The column name for the width of media. |
Remarks
The value type is integer.
API Level: 4
Declaration
C#Copypublic static string Year { get; }
Property Value
Type | Description |
---|---|
System.String | The column name for the year of media. |
Remarks
The value type is string.