FMX.MediaLibrary
Package | fmx250.bpl |
---|
Units
FMX.MediaLibrary | |
FMX.MediaLibrary.Actions |
Classes
IFMXAudioManagerService | Platform services provides access to the system audio manager service, which provides functions to get information about audio files grouped by artist, album, or genre, as well as functions to manage artists, albums or genres. |
IFMXCameraService | Platform service for taking photos from a camera device connected to the system. |
IFMXImageManagerService | Platform service for the system image manager service that allows to load and save images on the system library. |
IFMXPhotoLibrary | IFMXPhotoLibrary is the interface to save images to the system Photo Album. |
IFMXShareSheetActionsService | Platform service for the system sharing service, which allows to share images and text with other system services such as e-mail or social networking. |
IFMXTakenAudioService | Platform service to pick audio files from the system library. |
IFMXTakenImageService | Platform service for picking photos from the system library. |
IFMXVideoManagerService | Platform service for the system video file manager service, which provides functions to get information about video files from the system library or playlist, or about all videos that can be accessed. |
TAlbum | TAlbum defines an audio album. |
TArtist | TArtist defines a singer artist. |
TAudioInfo | TAudioInfo defines an audio media file. |
TGenre | TGenre defines the genre for audio media files. |
TImageInfo | TImageInfo defines an image with meta information. |
TMediaInfo | TMediaInfo is the base class to define media information. |
TMessageDidCancelTaking | |
TMessageDidFinishTakingImageFromCamera | Message that contains a picture that the user took by request of your application. |
TMessageDidFinishTakingImageFromLibrary | Message that contains a picture that the user selected by request of your application. |
TVideoInfo | TVideoInfo defines a video media file. |
Types
TAlbums | Array of TAlbum objects. |
TArtists | Array of TArtist objects. |
TAudios | Array of TAudioInfo objects. |
TGenres | Array of TGenre objects. |
TImageOrientation | TImageOrientation enumerates the possible ways to orientate the camera when shooting. |
TImages | Array of TImageInfo objects. |
TLocationInfo | Record that contains the geographical coordinates of the place where a photo is taken. |
TOnDidCancelTaking | TOnDidCancelTaking is a procedural type used to define what happens when the taking photo action is canceled. |
TOnDidFinishTaking | TOnDidFinishTaking is a procedural type used to define what happens when the taking photo action is finished. |
TParamsPhotoQuery | TParamsPhotoQuery is a record that contains query information to take photos from the library, and from the camera. |
TPlayList | Array of TMediaInfo objects. |
TVideos | Array of TVideoInfo objects. |
TWriteImageCompletionEvent | The type of event that the AddImageToSavedPhotosAlbum uses for the callback method. |