Namespace Tizen.Content.MediaContent
The Tizen.Content.MediaContent namespace provides types used in the entire content service.
The information about media items (i.e. image, audio, and video) are managed in the content database and operations that involve database require an active connection with the media content service. During media scanning, the media content service extracts the media information automatically. The media information includes basic file information like path, size, modified time, etc. and some metadata like ID3 tag, EXIF, thumbnail, etc. (thumbnail extracted only in the internal and the SD card storage.
The media content service does not manage hidden files.
In addition, if "http://tizen.org/feature/content.scanning.others" feature is not supported, other-type files which are not included in the media content types such as image, video, sound or music, are ignored.
Classes
Album
Represents a logical collection grouping of related media information.
AlbumColumns
Provides the folder column names that can be used for Select and Count commands.
AlbumCommand
Provides commands to manage albums in the database.
AudioInfo
Represents the audio media information.
BookInfo
Represents the book information for the media.
CountArguments
Provides the ability to filter the result of the Count command.
Folder
Represents the folder information for the media.
FolderColumns
Provides the folder column names that can be used for Select and Count commands.
FolderCommand
Provides commands to manage folders and query related media items in the database.
FolderUpdatedEventArgs
Provides data for the FolderUpdated event.
ImageInfo
Represents the image media stored in the device.
MediaCommand
The MediaCommand is a base class for command classes.
MediaDataReader<TRecord>
Provides a means of reading results obtained by executing a query.
MediaDatabase
Provides the ability to connect to and manage the database.
MediaDatabaseException
The exception that is thrown when a database operation failed.
MediaInfo
Represents the information related to the media stored.
MediaInfoColumns
Provides the column names that can be used for Select and Count commands.
MediaInfoCommand
Provides commands to manage the media information and query related items in the database.
MediaInfoUpdatedEventArgs
Provides data for the MediaInfoUpdated event.
QueryArguments
The Base class for query arguments.
RecordNotFoundException
The exception that is thrown when no record is found in the database.
SelectArguments
Provides the ability to filter the result of a Select command.
UnsupportedContentException
The exception that is thrown when a requested operation is not supported for content.
Structs
Rectangle
Represents the location of the object bounded by the rectangle defined by coordinates of top left corner, width, and height.
Interfaces
IMediaDataReader
Provides a means of reading results obtained by executing a query.
Enums
MediaDatabaseError
Specifies the database errors.
MediaInfoColumnKey
Specifies the group keys for MediaInfo.
MediaType
Specifies types of the MediaInfo.
OperationType
Specifies database operation types.
Orientation
Specifies orientation types of media.
StorageType
Specifies the storage types.